#D3F560

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

Shades of Mindaro #D3F560

Tints of Mindaro #D3F560

Color information

#D3F560 (or 0xD3F560) is unknown color: approx Mindaro. HEX triplet: D3, F5 and 60. RGB value is (211,245,96). Sum of RGB (Red+Green+Blue) = 211+245+96=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 245 (96.09% from 255 or 44.38% from 552); Blue value is 96 (37.89% from 255 or 17.39% from 552); Max value from RGB is 245 - color contains mainly: green. Hex color #D3F560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D3F560 is #2C0A9F. Grayscale: #DADADA. Windows color (decimal): -2886304 or 6354387. OLE color: 6354387.

HSL color Cylindrical-coordinate representation of color #D3F560: hue angle of 73.69º 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 #D3F560 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB21124596-
CMYK0.1400.610.04
HSL73.69º88.17%66.86%-
HSV(B)73.69º60.82%96.08%-
XYZ61.638023.26-
YUV217.8559.24123.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 245 (96.09% from 255) = 44.38%
BLUE value IS 96 (37.89% from 255) = 17.39%
R=38.22%
G=44.38%
B=17.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal211245960.1400.610.0473.6988.1766.86
HexD3F560E03D44a5843
Octal323365140160754112130103
Binary1101001111110101110000011100111101100100101010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F560; }

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

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

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

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

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

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

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

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