#D9EC70

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

Shades of Mindaro #D9EC70

Tints of Mindaro #D9EC70

Color information

#D9EC70 (or 0xD9EC70) is unknown color: approx Mindaro. HEX triplet: D9, EC and 70. RGB value is (217,236,112). Sum of RGB (Red+Green+Blue) = 217+236+112=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 236 (92.58% from 255 or 41.77% from 565); Blue value is 112 (44.14% from 255 or 19.82% from 565); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC70 is #26138F. Grayscale: #D8D8D8. Windows color (decimal): -2495376 or 7400665. OLE color: 7400665.

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

Color convert

RGB217236112-
CMYK0.0800.530.07
HSL69.19º76.54%68.24%-
HSV(B)69.19º52.54%92.55%-
XYZ61.5475.9126.74-
YUV216.1869.21128.58-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 236 (92.58% from 255) = 41.77%
BLUE value IS 112 (44.14% from 255) = 19.82%
R=38.41%
G=41.77%
B=19.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361120.0800.530.0769.1976.5468.24
HexD9EC7080357454d44
Octal331354160100657105115104
Binary1101100111101100111000010000110101111100010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EC70; }

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

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

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

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

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

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

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

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