Html Css Color HEX #DBF369 Mindaro

📋 copy color: '#DBF369'

red 219 ◦ green 243 ◦ blue 105

#DBF369
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mindaro #DBF369

Tints of Mindaro #DBF369

RGB

 RED value IS 219 (85.94% from 255) = 38.62%

 GREEN value IS 243 (95.31% from 255) = 42.86%

 BLUE value IS 105 (41.41% from 255) = 18.52%

R = 38.62%
G = 42.86%
B = 18.52%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DBF369 (or 0xDBF369) is known color: Mindaro. HEX triplet: DB, F3 and 69. RGB value is (219,243,105). Sum of RGB (Red+Green+Blue) = 219+243+105=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 243 (95.31% from 255 or 42.86% from 567); Blue value is 105 (41.41% from 255 or 18.52% from 567); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF369 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF369 is #240C96. Grayscale: #DCDCDC. Windows color (decimal): -2362519 or 6943707. OLE color: 6943707.

HSL color Cylindrical-coordinate representation of color #DBF369: hue angle of 70.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DBF369 is Cyan = 0.10, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 243 105 -
CMYK 0.10 0 0.57 0.05
HSL 70.43º 0.85% 0.68% -
HSV(B) 70.43º 0.57% 0.95% -
XYZ 63.81 80.18 25.48 -
YUV 220.09 63.05 127.22 -
System Red Green Blue C M Y K H S L
Decimal 219 243 105 0.10 0 0.57 0.05 70.43 0.85 0.68
Hex DB F3 69 A 0 39 5 46 55 44
Octal 333 363 151 12 0 71 5 106 125 104
Binary 11011011 11110011 1101001 1010 0 111001 101 1000110 1010101 1000100

Color Harmonies of #DBF369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF369

Black with #DBF369

Text Example


Text Example

White with #DBF369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF369; }

 p { color: rgb(219,243,105); }

 H1.HeaderClassName
 {
   color: #DBF369;
 }
 .AnyTagClassName
 {
   color: #DBF369;
 }
</style>

background-color css

<style>
 a { background-color: #DBF369; }

 a { background-color: rgb(219,243,105); }

 div.DivClassName
 {
   background-color: #DBF369;
 }
 .BgClassName
 {
   background-color: #DBF369;
 }
</style>

border-color css

<style>
 span { border-color: #DBF369; }

 span { border-color: rgb(219,243,105); }

 td.TdClassName
 {
   border-color: #DBF369;
 }
 .TagClassName
 {
   border-color: #DBF369;
 }
</style>