Html Css Color HEX #DBE872 Mindaro

📋 copy color: '#DBE872'

red 219 ◦ green 232 ◦ blue 114

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

Shades of Mindaro #DBE872

Tints of Mindaro #DBE872

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.06%

 BLUE value IS 114 (44.92% from 255) = 20.18%

R = 38.76%
G = 41.06%
B = 20.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DBE872 (or 0xDBE872) is known color: Mindaro. HEX triplet: DB, E8 and 72. RGB value is (219,232,114). Sum of RGB (Red+Green+Blue) = 219+232+114=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 232 (91.02% from 255 or 41.06% from 565); Blue value is 114 (44.92% from 255 or 20.18% from 565); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE872 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE872 is #24178D. Grayscale: #D7D7D7. Windows color (decimal): -2365326 or 7530715. OLE color: 7530715.

HSL color Cylindrical-coordinate representation of color #DBE872: hue angle of 66.61º degrees, saturation: 0.72, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DBE872 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 232 114 -
CMYK 0.06 0 0.51 0.09
HSL 66.61º 0.72% 0.68% -
HSV(B) 66.61º 0.51% 0.91% -
XYZ 61.11 73.99 26.98 -
YUV 214.66 71.19 131.09 -
System Red Green Blue C M Y K H S L
Decimal 219 232 114 0.06 0 0.51 0.09 66.61 0.72 0.68
Hex DB E8 72 6 0 33 9 43 48 44
Octal 333 350 162 6 0 63 11 103 110 104
Binary 11011011 11101000 1110010 110 0 110011 1001 1000011 1001000 1000100

Color Harmonies of #DBE872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE872

Black with #DBE872

Text Example


Text Example

White with #DBE872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE872; }

 p { color: rgb(219,232,114); }

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

background-color css

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

 a { background-color: rgb(219,232,114); }

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

border-color css

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

 span { border-color: rgb(219,232,114); }

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