#D4E161

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

Shades of Mindaro #D4E161

Tints of Mindaro #D4E161

Color information

#D4E161 (or 0xD4E161) is unknown color: approx Mindaro. HEX triplet: D4, E1 and 61. RGB value is (212,225,97). Sum of RGB (Red+Green+Blue) = 212+225+97=534 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.70% from 534); Green value is 225 (88.28% from 255 or 42.13% from 534); Blue value is 97 (38.28% from 255 or 18.16% from 534); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E161 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E161 is #2B1E9E. Grayscale: #CFCFCF. Windows color (decimal): -2825887 or 6414804. OLE color: 6414804.

HSL color Cylindrical-coordinate representation of color #D4E161: hue angle of 66.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4E161 is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB21222597-
CMYK0.0600.570.12
HSL66.09º68.09%63.14%-
HSV(B)66.09º56.89%88.24%-
XYZ56.2368.7121.61-
YUV206.5266.19131.91-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.70%
GREEN value IS 225 (88.28% from 255) = 42.13%
BLUE value IS 97 (38.28% from 255) = 18.16%
R=39.70%
G=42.13%
B=18.16%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal212225970.0600.570.1266.0968.0963.14
HexD4E1616039C42443f
Octal32434114160711410210477
Binary110101001110000111000011100111001110010000101000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E161; }

 p { color: rgb(212,225,97); }

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

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

 a { background-color: rgb(212,225,97); }

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

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

 span { border-color: rgb(212,225,97); }

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