Html Css Color HEX #DBE772 Mindaro

📋 copy color: '#DBE772'

red 219 ◦ green 231 ◦ blue 114

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

Shades of Mindaro #DBE772

Tints of Mindaro #DBE772

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.96%

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

R = 38.83%
G = 40.96%
B = 20.21%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#DBE772 (or 0xDBE772) is known color: Mindaro. HEX triplet: DB, E7 and 72. RGB value is (219,231,114). Sum of RGB (Red+Green+Blue) = 219+231+114=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 114 (44.92% from 255 or 20.21% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE772 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE772 is #24188D. Grayscale: #D6D6D6. Windows color (decimal): -2365582 or 7530459. OLE color: 7530459.

HSL color Cylindrical-coordinate representation of color #DBE772: hue angle of 66.15º degrees, saturation: 0.71, 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 #DBE772 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 114 -
CMYK 0.05 0 0.51 0.09
HSL 66.15º 0.71% 0.68% -
HSV(B) 66.15º 0.51% 0.91% -
XYZ 60.83 73.43 26.89 -
YUV 214.07 71.52 131.51 -
System Red Green Blue C M Y K H S L
Decimal 219 231 114 0.05 0 0.51 0.09 66.15 0.71 0.68
Hex DB E7 72 5 0 33 9 42 47 44
Octal 333 347 162 5 0 63 11 102 107 104
Binary 11011011 11100111 1110010 101 0 110011 1001 1000010 1000111 1000100

Color Harmonies of #DBE772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE772

Black with #DBE772

Text Example


Text Example

White with #DBE772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE772; }

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

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

background-color css

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

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

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

border-color css

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

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

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