#DBE776

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

Shades of Mindaro #DBE776

Tints of Mindaro #DBE776

Color information

#DBE776 (or 0xDBE776) is unknown color: approx Mindaro. HEX triplet: DB, E7 and 76. RGB value is (219,231,118). Sum of RGB (Red+Green+Blue) = 219+231+118=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 231 (90.62% from 255 or 40.67% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE776 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE776 is #241889. Grayscale: #D6D6D6. Windows color (decimal): -2365578 or 7792603. OLE color: 7792603.

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

Color convert

RGB219231118-
CMYK0.0500.490.09
HSL66.37º70.19%68.43%-
HSV(B)66.37º48.92%90.59%-
XYZ61.0673.5228.11-
YUV214.5373.52131.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.56%
GREEN value IS 231 (90.62% from 255) = 40.67%
BLUE value IS 118 (46.48% from 255) = 20.77%
R=38.56%
G=40.67%
B=20.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192311180.0500.490.0966.3770.1968.43
HexDBE77650319424644
Octal333347166506111102106104
Binary1101101111100111111011010101100011001100001010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE776; }

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

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

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

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

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

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

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

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