#D8EC70

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

Shades of Mindaro #D8EC70

Tints of Mindaro #D8EC70

Color information

#D8EC70 (or 0xD8EC70) is unknown color: approx Mindaro. HEX triplet: D8, EC and 70. RGB value is (216,236,112). Sum of RGB (Red+Green+Blue) = 216+236+112=564 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.30% from 564); Green value is 236 (92.58% from 255 or 41.84% from 564); Blue value is 112 (44.14% from 255 or 19.86% from 564); Max value from RGB is 236 - color contains mainly: green. Hex color #D8EC70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8EC70 is #27138F. Grayscale: #D8D8D8. Windows color (decimal): -2560912 or 7400664. OLE color: 7400664.

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

Color convert

RGB216236112-
CMYK0.0800.530.07
HSL69.68º76.54%68.24%-
HSV(B)69.68º52.54%92.55%-
XYZ61.2475.7626.72-
YUV215.8869.37128.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.30%
GREEN value IS 236 (92.58% from 255) = 41.84%
BLUE value IS 112 (44.14% from 255) = 19.86%
R=38.30%
G=41.84%
B=19.86%

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
Decimal2162361120.0800.530.0769.6876.5468.24
HexD8EC7080357464d44
Octal330354160100657106115104
Binary1101100011101100111000010000110101111100011010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EC70; }

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

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

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

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

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

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

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

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