#C5FA60

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

Shades of Mindaro #C5FA60

Tints of Mindaro #C5FA60

Color information

#C5FA60 (or 0xC5FA60) is unknown color: approx Mindaro. HEX triplet: C5, FA and 60. RGB value is (197,250,96). Sum of RGB (Red+Green+Blue) = 197+250+96=543 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.28% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FA60 is #3A059F. Grayscale: #D9D9D9. Windows color (decimal): -3802528 or 6355653. OLE color: 6355653.

HSL color Cylindrical-coordinate representation of color #C5FA60: hue angle of 80.65º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5FA60 is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB19725096-
CMYK0.2100.620.02
HSL80.65º93.9%67.84%-
HSV(B)80.65º61.6%98.04%-
XYZ59.3281.0923.59-
YUV216.659.94114.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.28%
GREEN value IS 250 (98.05% from 255) = 46.04%
BLUE value IS 96 (37.89% from 255) = 17.68%
R=36.28%
G=46.04%
B=17.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197250960.2100.620.0280.6593.967.84
HexC5FA601503E2515e44
Octal305372140250762121136104
Binary1100010111111010110000010101011111010101000110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FA60; }

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

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

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

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

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

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

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

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