#DBEC70

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

Shades of Mindaro #DBEC70

Tints of Mindaro #DBEC70

Color information

#DBEC70 (or 0xDBEC70) is unknown color: approx Mindaro. HEX triplet: DB, EC and 70. RGB value is (219,236,112). Sum of RGB (Red+Green+Blue) = 219+236+112=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 112 (44.14% from 255 or 19.75% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBEC70 is #24138F. Grayscale: #D9D9D9. Windows color (decimal): -2364304 or 7400667. OLE color: 7400667.

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

Color convert

RGB219236112-
CMYK0.0700.530.07
HSL68.23º76.54%68.24%-
HSV(B)68.23º52.54%92.55%-
XYZ62.1376.2226.77-
YUV216.7868.87129.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.62%
GREEN value IS 236 (92.58% from 255) = 41.62%
BLUE value IS 112 (44.14% from 255) = 19.75%
R=38.62%
G=41.62%
B=19.75%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192361120.0700.530.0768.2376.5468.24
HexDBEC7070357444d44
Octal33335416070657104115104
Binary110110111110110011100001110110101111100010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBEC70; }

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

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

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

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

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

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

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

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