#D9E965

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

Shades of Mindaro #D9E965

Tints of Mindaro #D9E965

Color information

#D9E965 (or 0xD9E965) is unknown color: approx Mindaro. HEX triplet: D9, E9 and 65. RGB value is (217,233,101). Sum of RGB (Red+Green+Blue) = 217+233+101=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 233 (91.41% from 255 or 42.29% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 233 - color contains mainly: green. Hex color #D9E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9E965 is #26169A. Grayscale: #D5D5D5. Windows color (decimal): -2496155 or 6679001. OLE color: 6679001.

HSL color Cylindrical-coordinate representation of color #D9E965: hue angle of 67.27º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9E965 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB217233101-
CMYK0.0700.570.09
HSL67.27º75%65.49%-
HSV(B)67.27º56.65%91.37%-
XYZ60.173.9723.42-
YUV213.1764.7130.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.38%
GREEN value IS 233 (91.41% from 255) = 42.29%
BLUE value IS 101 (39.84% from 255) = 18.33%
R=39.38%
G=42.29%
B=18.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2172331010.0700.570.0967.277565.49
HexD9E96570399434b41
Octal331351145707111103113101
Binary1101100111101001110010111101110011001100001110010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9E965; }

 p { color: rgb(217,233,101); }

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

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

 a { background-color: rgb(217,233,101); }

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

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

 span { border-color: rgb(217,233,101); }

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