#DBEA82

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

Shades of Mindaro #DBEA82

Tints of Mindaro #DBEA82

Color information

#DBEA82 (or 0xDBEA82) is unknown color: approx Mindaro. HEX triplet: DB, EA and 82. RGB value is (219,234,130). Sum of RGB (Red+Green+Blue) = 219+234+130=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 130 (51.17% from 255 or 22.30% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #DBEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEA82 is #24157D. Grayscale: #DADADA. Windows color (decimal): -2364798 or 8579803. OLE color: 8579803.

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

Color convert

RGB219234130-
CMYK0.0600.440.08
HSL68.65º71.23%71.37%-
HSV(B)68.65º44.44%91.76%-
XYZ62.6775.5232.39-
YUV217.6678.53128.96-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 234 (91.80% from 255) = 40.14%
BLUE value IS 130 (51.17% from 255) = 22.30%
R=37.56%
G=40.14%
B=22.30%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2192341300.0600.440.0868.6571.2371.37
HexDBEA82602C8454747
Octal333352202605410105107107
Binary11011011111010101000001011001011001000100010110001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEA82; }

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

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

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

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

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

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

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

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