#DBEC82

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

Shades of Mindaro #DBEC82

Tints of Mindaro #DBEC82

Color information

#DBEC82 (or 0xDBEC82) is unknown color: approx Mindaro. HEX triplet: DB, EC and 82. RGB value is (219,236,130). Sum of RGB (Red+Green+Blue) = 219+236+130=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 236 (92.58% from 255 or 40.34% from 585); Blue value is 130 (51.17% from 255 or 22.22% from 585); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC82 is #24137D. Grayscale: #DBDBDB. Windows color (decimal): -2364286 or 8580315. OLE color: 8580315.

HSL color Cylindrical-coordinate representation of color #DBEC82: hue angle of 69.62º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DBEC82 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB219236130-
CMYK0.0700.450.07
HSL69.62º73.61%71.76%-
HSV(B)69.62º44.92%92.55%-
XYZ63.2476.6632.58-
YUV218.8377.87128.12-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.44%
GREEN value IS 236 (92.58% from 255) = 40.34%
BLUE value IS 130 (51.17% from 255) = 22.22%
R=37.44%
G=40.34%
B=22.22%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361300.0700.450.0769.6273.6171.76
HexDBEC82702D7464a48
Octal33335420270557106112110
Binary1101101111101100100000101110101101111100011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC82; }

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

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

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

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

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

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

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

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