#D9E682

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

Shades of Mindaro #D9E682

Tints of Mindaro #D9E682

Color information

#D9E682 (or 0xD9E682) is unknown color: approx Mindaro. HEX triplet: D9, E6 and 82. RGB value is (217,230,130). Sum of RGB (Red+Green+Blue) = 217+230+130=577 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.61% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 130 (51.17% from 255 or 22.53% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E682 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E682 is #26197D. Grayscale: #D7D7D7. Windows color (decimal): -2496894 or 8578777. OLE color: 8578777.

HSL color Cylindrical-coordinate representation of color #D9E682: hue angle of 67.8º degrees, saturation: 0.67, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D9E682 is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.

Color convert

RGB217230130-
CMYK0.0600.430.10
HSL67.8º66.67%70.59%-
HSV(B)67.8º43.48%90.2%-
XYZ60.9472.9631.99-
YUV214.7180.19129.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.61%
GREEN value IS 230 (90.23% from 255) = 39.86%
BLUE value IS 130 (51.17% from 255) = 22.53%
R=37.61%
G=39.86%
B=22.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301300.0600.430.1067.866.6770.59
HexD9E682602BA444347
Octal331346202605312104103107
Binary11011001111001101000001011001010111010100010010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E682; }

 p { color: rgb(217,230,130); }

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

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

 a { background-color: rgb(217,230,130); }

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

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

 span { border-color: rgb(217,230,130); }

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