#D5EA61

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

Shades of Mindaro #D5EA61

Tints of Mindaro #D5EA61

Color information

#D5EA61 (or 0xD5EA61) is unknown color: approx Mindaro. HEX triplet: D5, EA and 61. RGB value is (213,234,97). Sum of RGB (Red+Green+Blue) = 213+234+97=544 (72% of max value = 765). Red value is 213 (83.59% from 255 or 39.15% from 544); Green value is 234 (91.80% from 255 or 43.01% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 234 - color contains mainly: green. Hex color #D5EA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5EA61 is #2A159E. Grayscale: #D4D4D4. Windows color (decimal): -2758047 or 6417109. OLE color: 6417109.

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

Color convert

RGB21323497-
CMYK0.0900.590.08
HSL69.2º76.54%64.9%-
HSV(B)69.2º58.55%91.76%-
XYZ59.0273.8522.45-
YUV212.163.04128.64-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.15%
GREEN value IS 234 (91.80% from 255) = 43.01%
BLUE value IS 97 (38.28% from 255) = 17.83%
R=39.15%
G=43.01%
B=17.83%

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
Decimal213234970.0900.590.0869.276.5464.9
HexD5EA61903B8454d41
Octal3253521411107310105115101
Binary11010101111010101100001100101110111000100010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EA61; }

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

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

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

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

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

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

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

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