#61CC5A

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

Shades of Fern #61CC5A

Tints of Fern #61CC5A

Color information

#61CC5A (or 0x61CC5A) is unknown color: approx Fern. HEX triplet: 61, CC and 5A. RGB value is (97,204,90). Sum of RGB (Red+Green+Blue) = 97+204+90=391 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.81% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 90 (35.55% from 255 or 23.02% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC5A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC5A is #9E33A5. Grayscale: #9F9F9F. Windows color (decimal): -10367910 or 5950561. OLE color: 5950561.

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

Color convert

RGB9720490-
CMYK0.5200.560.2
HSL116.32º52.78%57.65%-
HSV(B)116.32º55.88%80%-
XYZ28.3746.4717.15-
YUV159.0189.0583.77-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.81%
GREEN value IS 204 (80.08% from 255) = 52.17%
BLUE value IS 90 (35.55% from 255) = 23.02%
R=24.81%
G=52.17%
B=23.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204900.5200.560.2116.3252.7857.65
Hex61CC5A340381474353a
Octal14131413264070241646572
Binary11000011100110010110101101000111000101001110100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,204,90); }

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

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

 a { background-color: rgb(97,204,90); }

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

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

 span { border-color: rgb(97,204,90); }

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