#D9E380

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

Shades of Mindaro #D9E380

Tints of Mindaro #D9E380

Color information

#D9E380 (or 0xD9E380) is unknown color: approx Mindaro. HEX triplet: D9, E3 and 80. RGB value is (217,227,128). Sum of RGB (Red+Green+Blue) = 217+227+128=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 227 (89.06% from 255 or 39.69% from 572); Blue value is 128 (50.39% from 255 or 22.38% from 572); Max value from RGB is 227 - color contains mainly: green. Hex color #D9E380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9E380 is #261C7F. Grayscale: #D5D5D5. Windows color (decimal): -2497664 or 8446937. OLE color: 8446937.

HSL color Cylindrical-coordinate representation of color #D9E380: hue angle of 66.06º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9E380 is Cyan = 0.04, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB217227128-
CMYK0.0400.440.11
HSL66.06º63.87%69.61%-
HSV(B)66.06º43.61%89.02%-
XYZ59.9871.2531.01-
YUV212.7280.19131.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.94%
GREEN value IS 227 (89.06% from 255) = 39.69%
BLUE value IS 128 (50.39% from 255) = 22.38%
R=37.94%
G=39.69%
B=22.38%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2172271280.0400.440.1166.0663.8769.61
HexD9E380402CB424046
Octal331343200405413102100106
Binary11011001111000111000000010001011001011100001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E380; }

 p { color: rgb(217,227,128); }

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

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

 a { background-color: rgb(217,227,128); }

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

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

 span { border-color: rgb(217,227,128); }

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