#DBE77E

Color #DBE77E Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DBE77E

Tints of Mindaro #DBE77E

Color information

#DBE77E (or 0xDBE77E) is unknown color: approx Mindaro. HEX triplet: DB, E7 and 7E. RGB value is (219,231,126). Sum of RGB (Red+Green+Blue) = 219+231+126=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 231 (90.62% from 255 or 40.10% from 576); Blue value is 126 (49.61% from 255 or 21.88% from 576); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE77E is #241881. Grayscale: #D7D7D7. Windows color (decimal): -2365570 or 8316891. OLE color: 8316891.

HSL color Cylindrical-coordinate representation of color #DBE77E: hue angle of 66.86º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBE77E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB219231126-
CMYK0.0500.450.09
HSL66.86º68.63%70%-
HSV(B)66.86º45.45%90.59%-
XYZ61.5673.7230.72-
YUV215.4477.52130.54-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 231 (90.62% from 255) = 40.10%
BLUE value IS 126 (49.61% from 255) = 21.88%
R=38.02%
G=40.10%
B=21.88%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311260.0500.450.0966.8668.6370
HexDBE77E502D9434546
Octal333347176505511103105106
Binary1101101111100111111111010101011011001100001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE77E; }

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

 H1.HeaderClassName
 {
   color: #DBE77E;
 }
 .AnyTagClassName
 {
   color: #DBE77E;
 }
</style>
background-color css

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

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

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

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

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

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