#61CB60

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

Shades of Fern #61CB60

Tints of Fern #61CB60

Color information

#61CB60 (or 0x61CB60) is unknown color: approx Fern. HEX triplet: 61, CB and 60. RGB value is (97,203,96). Sum of RGB (Red+Green+Blue) = 97+203+96=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 203 (79.69% from 255 or 51.26% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 203 - color contains mainly: green. Hex color #61CB60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CB60 is #9E349F. Grayscale: #9F9F9F. Windows color (decimal): -10368160 or 6343521. OLE color: 6343521.

HSL color Cylindrical-coordinate representation of color #61CB60: hue angle of 119.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61CB60 is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB9720396-
CMYK0.5200.530.20
HSL119.44º50.71%58.63%-
HSV(B)119.44º52.71%79.61%-
XYZ28.446.118.47-
YUV159.1192.3883.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 203 (79.69% from 255) = 51.26%
BLUE value IS 96 (37.89% from 255) = 24.24%
R=24.49%
G=51.26%
B=24.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97203960.5200.530.20119.4450.7158.63
Hex61CB60340351477333b
Octal14131314064065241676373
Binary11000011100101111000001101000110101101001110111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CB60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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