#DBE96B

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

Shades of Mindaro #DBE96B

Tints of Mindaro #DBE96B

Color information

#DBE96B (or 0xDBE96B) is unknown color: approx Mindaro. HEX triplet: DB, E9 and 6B. RGB value is (219,233,107). Sum of RGB (Red+Green+Blue) = 219+233+107=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 107 (42.19% from 255 or 19.14% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE96B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBE96B is #241694. Grayscale: #D6D6D6. Windows color (decimal): -2365077 or 7072219. OLE color: 7072219.

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

Color convert

RGB219233107-
CMYK0.0600.540.09
HSL66.67º74.12%66.67%-
HSV(B)66.67º54.08%91.37%-
XYZ61.0174.425.06-
YUV214.4567.36131.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 233 (91.41% from 255) = 41.68%
BLUE value IS 107 (42.19% from 255) = 19.14%
R=39.18%
G=41.68%
B=19.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192331070.0600.540.0966.6774.1266.67
HexDBE96B60369434a43
Octal333351153606611103112103
Binary1101101111101001110101111001101101001100001110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE96B; }

 p { color: rgb(219,233,107); }

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

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

 a { background-color: rgb(219,233,107); }

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

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

 span { border-color: rgb(219,233,107); }

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