#DBEA81

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

Shades of Mindaro #DBEA81

Tints of Mindaro #DBEA81

Color information

#DBEA81 (or 0xDBEA81) is unknown color: approx Mindaro. HEX triplet: DB, EA and 81. RGB value is (219,234,129). Sum of RGB (Red+Green+Blue) = 219+234+129=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 234 (91.80% from 255 or 40.21% from 582); Blue value is 129 (50.78% from 255 or 22.16% from 582); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA81 is #24157E. Grayscale: #D9D9D9. Windows color (decimal): -2364799 or 8514267. OLE color: 8514267.

HSL color Cylindrical-coordinate representation of color #DBEA81: hue angle of 68.57º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEA81 is Cyan = 0.06, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB219234129-
CMYK0.0600.450.08
HSL68.57º71.43%71.18%-
HSV(B)68.57º44.87%91.76%-
XYZ62.675.4932.04-
YUV217.5478.03129.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 234 (91.80% from 255) = 40.21%
BLUE value IS 129 (50.78% from 255) = 22.16%
R=37.63%
G=40.21%
B=22.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341290.0600.450.0868.5771.4371.18
HexDBEA81602D8454747
Octal333352201605510105107107
Binary11011011111010101000000111001011011000100010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA81; }

 p { color: rgb(219,234,129); }

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

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

 a { background-color: rgb(219,234,129); }

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

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

 span { border-color: rgb(219,234,129); }

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