#D5E174

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

Shades of Mindaro #D5E174

Tints of Mindaro #D5E174

Color information

#D5E174 (or 0xD5E174) is unknown color: approx Mindaro. HEX triplet: D5, E1 and 74. RGB value is (213,225,116). Sum of RGB (Red+Green+Blue) = 213+225+116=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 116 (45.70% from 255 or 20.94% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #D5E174 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5E174 is #2A1E8B. Grayscale: #D1D1D1. Windows color (decimal): -2760332 or 7659989. OLE color: 7659989.

HSL color Cylindrical-coordinate representation of color #D5E174: hue angle of 66.61º degrees, saturation: 0.64, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5E174 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB213225116-
CMYK0.0500.480.12
HSL66.61º64.5%66.86%-
HSV(B)66.61º48.44%88.24%-
XYZ57.5269.2626.86-
YUV208.9975.52130.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 225 (88.28% from 255) = 40.61%
BLUE value IS 116 (45.70% from 255) = 20.94%
R=38.45%
G=40.61%
B=20.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2132251160.0500.480.1266.6164.566.86
HexD5E1745030C434043
Octal325341164506014103100103
Binary1101010111100001111010010101100001100100001110000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5E174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5E174; }

 p { color: rgb(213,225,116); }

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

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

 a { background-color: rgb(213,225,116); }

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

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

 span { border-color: rgb(213,225,116); }

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