#D9EC71

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

Shades of Mindaro #D9EC71

Tints of Mindaro #D9EC71

Color information

#D9EC71 (or 0xD9EC71) is unknown color: approx Mindaro. HEX triplet: D9, EC and 71. RGB value is (217,236,113). Sum of RGB (Red+Green+Blue) = 217+236+113=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 113 (44.53% from 255 or 19.96% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #D9EC71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EC71 is #26138E. Grayscale: #D8D8D8. Windows color (decimal): -2495375 or 7466201. OLE color: 7466201.

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

Color convert

RGB217236113-
CMYK0.0800.520.07
HSL69.27º76.4%68.43%-
HSV(B)69.27º52.12%92.55%-
XYZ61.5975.9327.03-
YUV216.369.71128.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.34%
GREEN value IS 236 (92.58% from 255) = 41.70%
BLUE value IS 113 (44.53% from 255) = 19.96%
R=38.34%
G=41.70%
B=19.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172361130.0800.520.0769.2776.468.43
HexD9EC7180347454c44
Octal331354161100647105114104
Binary1101100111101100111000110000110100111100010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EC71; }

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

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

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

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

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

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

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

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