#C5F960

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

Shades of Mindaro #C5F960

Tints of Mindaro #C5F960

Color information

#C5F960 (or 0xC5F960) is unknown color: approx Mindaro. HEX triplet: C5, F9 and 60. RGB value is (197,249,96). Sum of RGB (Red+Green+Blue) = 197+249+96=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F960 is #3A069F. Grayscale: #D8D8D8. Windows color (decimal): -3802784 or 6355397. OLE color: 6355397.

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

Color convert

RGB19724996-
CMYK0.2100.610.02
HSL80.39º92.73%67.65%-
HSV(B)80.39º61.45%97.65%-
XYZ59.0180.4723.49-
YUV216.0160.27114.44-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 96 (37.89% from 255) = 17.71%
R=36.35%
G=45.94%
B=17.71%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal197249960.2100.610.0280.3992.7367.65
HexC5F9601503D2505d44
Octal305371140250752120135104
Binary1100010111111001110000010101011110110101000010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5F960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5F960; }

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

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

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

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

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

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

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

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