#D9E680

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

Shades of Mindaro #D9E680

Tints of Mindaro #D9E680

Color information

#D9E680 (or 0xD9E680) is unknown color: approx Mindaro. HEX triplet: D9, E6 and 80. RGB value is (217,230,128). Sum of RGB (Red+Green+Blue) = 217+230+128=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #D9E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9E680 is #26197F. Grayscale: #D6D6D6. Windows color (decimal): -2496896 or 8447705. OLE color: 8447705.

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

Color convert

RGB217230128-
CMYK0.0600.440.10
HSL67.65º67.11%70.2%-
HSV(B)67.65º44.35%90.2%-
XYZ60.8172.931.29-
YUV214.4879.19129.79-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.74%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 128 (50.39% from 255) = 22.26%
R=37.74%
G=40%
B=22.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172301280.0600.440.1067.6567.1170.2
HexD9E680602CA444346
Octal331346200605412104103106
Binary11011001111001101000000011001011001010100010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E680; }

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

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

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

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

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

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

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

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