#D4F46A

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

Shades of Mindaro #D4F46A

Tints of Mindaro #D4F46A

Color information

#D4F46A (or 0xD4F46A) is unknown color: approx Mindaro. HEX triplet: D4, F4 and 6A. RGB value is (212,244,106). Sum of RGB (Red+Green+Blue) = 212+244+106=562 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.72% from 562); Green value is 244 (95.70% from 255 or 43.42% from 562); Blue value is 106 (41.80% from 255 or 18.86% from 562); Max value from RGB is 244 - color contains mainly: green. Hex color #D4F46A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F46A is #2B0B95. Grayscale: #DBDBDB. Windows color (decimal): -2821014 or 7009492. OLE color: 7009492.

HSL color Cylindrical-coordinate representation of color #D4F46A: hue angle of 73.91º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D4F46A is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB212244106-
CMYK0.1300.570.04
HSL73.91º86.25%68.63%-
HSV(B)73.91º56.56%95.69%-
XYZ62.179.7425.75-
YUV218.764.4123.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.72%
GREEN value IS 244 (95.70% from 255) = 43.42%
BLUE value IS 106 (41.80% from 255) = 18.86%
R=37.72%
G=43.42%
B=18.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2122441060.1300.570.0473.9186.2568.63
HexD4F46AD03944a5645
Octal324364152150714112126105
Binary1101010011110100110101011010111001100100101010101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F46A; }

 p { color: rgb(212,244,106); }

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

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

 a { background-color: rgb(212,244,106); }

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

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

 span { border-color: rgb(212,244,106); }

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