#C5F560

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

Shades of Mindaro #C5F560

Tints of Mindaro #C5F560

Color information

#C5F560 (or 0xC5F560) is unknown color: approx Mindaro. HEX triplet: C5, F5 and 60. RGB value is (197,245,96). Sum of RGB (Red+Green+Blue) = 197+245+96=538 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.62% from 538); Green value is 245 (96.09% from 255 or 45.54% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F560 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F560 is #3A0A9F. Grayscale: #D6D6D6. Windows color (decimal): -3803808 or 6354373. OLE color: 6354373.

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

Color convert

RGB19724596-
CMYK0.2000.610.04
HSL79.33º88.17%66.86%-
HSV(B)79.33º60.82%96.08%-
XYZ57.7978.0223.08-
YUV213.6661.6116.12-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.62%
GREEN value IS 245 (96.09% from 255) = 45.54%
BLUE value IS 96 (37.89% from 255) = 17.84%
R=36.62%
G=45.54%
B=17.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal197245960.2000.610.0479.3388.1766.86
HexC5F5601403D44f5843
Octal305365140240754117130103
Binary11000101111101011100000101000111101100100111110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F560; }

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

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

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

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

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

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

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

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