#D4F560

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

Shades of Mindaro #D4F560

Tints of Mindaro #D4F560

Color information

#D4F560 (or 0xD4F560) is unknown color: approx Mindaro. HEX triplet: D4, F5 and 60. RGB value is (212,245,96). Sum of RGB (Red+Green+Blue) = 212+245+96=553 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.34% from 553); Green value is 245 (96.09% from 255 or 44.30% from 553); Blue value is 96 (37.89% from 255 or 17.36% from 553); Max value from RGB is 245 - color contains mainly: green. Hex color #D4F560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F560 is #2B0A9F. Grayscale: #DADADA. Windows color (decimal): -2820768 or 6354388. OLE color: 6354388.

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

Color convert

RGB21224596-
CMYK0.1300.610.04
HSL73.29º88.17%66.86%-
HSV(B)73.29º60.82%96.08%-
XYZ61.9280.1523.27-
YUV218.1559.07123.62-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.34%
GREEN value IS 245 (96.09% from 255) = 44.30%
BLUE value IS 96 (37.89% from 255) = 17.36%
R=38.34%
G=44.30%
B=17.36%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal212245960.1300.610.0473.2988.1766.86
HexD4F560D03D4495843
Octal324365140150754111130103
Binary1101010011110101110000011010111101100100100110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F560; }

 p { color: rgb(212,245,96); }

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

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

 a { background-color: rgb(212,245,96); }

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

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

 span { border-color: rgb(212,245,96); }

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