#D9EB71

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

Shades of Mindaro #D9EB71

Tints of Mindaro #D9EB71

Color information

#D9EB71 (or 0xD9EB71) is unknown color: approx Mindaro. HEX triplet: D9, EB and 71. RGB value is (217,235,113). Sum of RGB (Red+Green+Blue) = 217+235+113=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 235 (92.19% from 255 or 41.59% from 565); Blue value is 113 (44.53% from 255 or 20% from 565); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EB71 is #26148E. Grayscale: #D8D8D8. Windows color (decimal): -2495631 or 7465945. OLE color: 7465945.

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

Color convert

RGB217235113-
CMYK0.0800.520.08
HSL68.85º75.31%68.24%-
HSV(B)68.85º51.91%92.16%-
XYZ61.375.3626.94-
YUV215.7170.04128.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 235 (92.19% from 255) = 41.59%
BLUE value IS 113 (44.53% from 255) = 20%
R=38.41%
G=41.59%
B=20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172351130.0800.520.0868.8575.3168.24
HexD9EB7180348454b44
Octal3313531611006410105113104
Binary11011001111010111110001100001101001000100010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EB71; }

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

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

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

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

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

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

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

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