#D5EA60

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

Shades of Mindaro #D5EA60

Tints of Mindaro #D5EA60

Color information

#D5EA60 (or 0xD5EA60) is unknown color: approx Mindaro. HEX triplet: D5, EA and 60. RGB value is (213,234,96). Sum of RGB (Red+Green+Blue) = 213+234+96=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 234 (91.80% from 255 or 43.09% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA60 is #2A159F. Grayscale: #D4D4D4. Windows color (decimal): -2758048 or 6351573. OLE color: 6351573.

HSL color Cylindrical-coordinate representation of color #D5EA60: hue angle of 69.13º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D5EA60 is Cyan = 0.09, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB21323496-
CMYK0.0900.590.08
HSL69.13º76.67%64.71%-
HSV(B)69.13º58.97%91.76%-
XYZ58.9773.8422.21-
YUV211.9962.54128.72-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 234 (91.80% from 255) = 43.09%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=39.23%
G=43.09%
B=17.68%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal213234960.0900.590.0869.1376.6764.71
HexD5EA60903B8454d41
Octal3253521401107310105115101
Binary11010101111010101100000100101110111000100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EA60; }

 p { color: rgb(213,234,96); }

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

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

 a { background-color: rgb(213,234,96); }

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

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

 span { border-color: rgb(213,234,96); }

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