#D8E965

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

Shades of Mindaro #D8E965

Tints of Mindaro #D8E965

Color information

#D8E965 (or 0xD8E965) is unknown color: approx Mindaro. HEX triplet: D8, E9 and 65. RGB value is (216,233,101). Sum of RGB (Red+Green+Blue) = 216+233+101=550 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.27% from 550); Green value is 233 (91.41% from 255 or 42.36% from 550); Blue value is 101 (39.84% from 255 or 18.36% from 550); Max value from RGB is 233 - color contains mainly: green. Hex color #D8E965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8E965 is #27169A. Grayscale: #D5D5D5. Windows color (decimal): -2561691 or 6679000. OLE color: 6679000.

HSL color Cylindrical-coordinate representation of color #D8E965: hue angle of 67.73º 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 #D8E965 is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.

Color convert

RGB216233101-
CMYK0.0700.570.09
HSL67.73º75%65.49%-
HSV(B)67.73º56.65%91.37%-
XYZ59.8173.8223.41-
YUV212.8764.87130.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.27%
GREEN value IS 233 (91.41% from 255) = 42.36%
BLUE value IS 101 (39.84% from 255) = 18.36%
R=39.27%
G=42.36%
B=18.36%

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
Decimal2162331010.0700.570.0967.737565.49
HexD8E96570399444b41
Octal330351145707111104113101
Binary1101100011101001110010111101110011001100010010010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8E965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8E965; }

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

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

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

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

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

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

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

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