#DBEC7F

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

Shades of Mindaro #DBEC7F

Tints of Mindaro #DBEC7F

Color information

#DBEC7F (or 0xDBEC7F) is unknown color: approx Mindaro. HEX triplet: DB, EC and 7F. RGB value is (219,236,127). Sum of RGB (Red+Green+Blue) = 219+236+127=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 236 (92.58% from 255 or 40.55% from 582); Blue value is 127 (50% from 255 or 21.82% from 582); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC7F is #241380. Grayscale: #DADADA. Windows color (decimal): -2364289 or 8383707. OLE color: 8383707.

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

Color convert

RGB219236127-
CMYK0.0700.460.07
HSL69.36º74.15%71.18%-
HSV(B)69.36º46.19%92.55%-
XYZ63.0476.5831.54-
YUV218.4976.37128.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 236 (92.58% from 255) = 40.55%
BLUE value IS 127 (50% from 255) = 21.82%
R=37.63%
G=40.55%
B=21.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361270.0700.460.0769.3674.1571.18
HexDBEC7F702E7454a47
Octal33335417770567105112107
Binary110110111110110011111111110101110111100010110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC7F; }

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

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

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

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

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

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

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

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