#61C960

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

Shades of Fern #61C960

Tints of Fern #61C960

Color information

#61C960 (or 0x61C960) is unknown color: approx Fern. HEX triplet: 61, C9 and 60. RGB value is (97,201,96). Sum of RGB (Red+Green+Blue) = 97+201+96=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 201 (78.91% from 255 or 51.02% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 201 - color contains mainly: green. Hex color #61C960 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C960 is #9E369F. Grayscale: #9E9E9E. Windows color (decimal): -10368672 or 6343009. OLE color: 6343009.

HSL color Cylindrical-coordinate representation of color #61C960: hue angle of 119.43º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61C960 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB9720196-
CMYK0.5200.520.21
HSL119.43º49.3%58.24%-
HSV(B)119.43º52.24%78.82%-
XYZ27.9345.1618.31-
YUV157.9393.0484.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 201 (78.91% from 255) = 51.02%
BLUE value IS 96 (37.89% from 255) = 24.37%
R=24.62%
G=51.02%
B=24.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97201960.5200.520.21119.4349.358.24
Hex61C960340341577313a
Octal14131114064064251676172
Binary11000011100100111000001101000110100101011110111110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61C960; }

 p { color: rgb(97,201,96); }

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

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

 a { background-color: rgb(97,201,96); }

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

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

 span { border-color: rgb(97,201,96); }

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