#DBEC81

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

Shades of Mindaro #DBEC81

Tints of Mindaro #DBEC81

Color information

#DBEC81 (or 0xDBEC81) is unknown color: approx Mindaro. HEX triplet: DB, EC and 81. RGB value is (219,236,129). Sum of RGB (Red+Green+Blue) = 219+236+129=584 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.5% from 584); Green value is 236 (92.58% from 255 or 40.41% from 584); Blue value is 129 (50.78% from 255 or 22.09% from 584); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBEC81 is #24137E. Grayscale: #DBDBDB. Windows color (decimal): -2364287 or 8514779. OLE color: 8514779.

HSL color Cylindrical-coordinate representation of color #DBEC81: hue angle of 69.53º 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 #DBEC81 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB219236129-
CMYK0.0700.450.07
HSL69.53º73.79%71.57%-
HSV(B)69.53º45.34%92.55%-
XYZ63.1776.6432.23-
YUV218.7277.37128.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.5%
GREEN value IS 236 (92.58% from 255) = 40.41%
BLUE value IS 129 (50.78% from 255) = 22.09%
R=37.5%
G=40.41%
B=22.09%

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
Decimal2192361290.0700.450.0769.5373.7971.57
HexDBEC81702D7464a48
Octal33335420170557106112110
Binary1101101111101100100000011110101101111100011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC81; }

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

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

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

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

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

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

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

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