#D5E864

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

Shades of Mindaro #D5E864

Tints of Mindaro #D5E864

Color information

#D5E864 (or 0xD5E864) is unknown color: approx Mindaro. HEX triplet: D5, E8 and 64. RGB value is (213,232,100). Sum of RGB (Red+Green+Blue) = 213+232+100=545 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.08% from 545); Green value is 232 (91.02% from 255 or 42.57% from 545); Blue value is 100 (39.45% from 255 or 18.35% from 545); Max value from RGB is 232 - color contains mainly: green. Hex color #D5E864 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5E864 is #2A179B. Grayscale: #D3D3D3. Windows color (decimal): -2758556 or 6613205. OLE color: 6613205.

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

Color convert

RGB213232100-
CMYK0.0800.570.09
HSL68.64º74.16%65.1%-
HSV(B)68.64º56.9%90.98%-
XYZ58.672.7823.02-
YUV211.2765.21129.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.08%
GREEN value IS 232 (91.02% from 255) = 42.57%
BLUE value IS 100 (39.45% from 255) = 18.35%
R=39.08%
G=42.57%
B=18.35%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2132321000.0800.570.0968.6474.1665.1
HexD5E86480399454a41
Octal3253501441007111105112101
Binary11010101111010001100100100001110011001100010110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E864; }

 p { color: rgb(213,232,100); }

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

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

 a { background-color: rgb(213,232,100); }

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

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

 span { border-color: rgb(213,232,100); }

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