#61CC5F

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

Shades of Fern #61CC5F

Tints of Fern #61CC5F

Color information

#61CC5F (or 0x61CC5F) is unknown color: approx Fern. HEX triplet: 61, CC and 5F. RGB value is (97,204,95). Sum of RGB (Red+Green+Blue) = 97+204+95=396 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.49% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #61CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CC5F is #9E33A0. Grayscale: #9F9F9F. Windows color (decimal): -10367905 or 6278241. OLE color: 6278241.

HSL color Cylindrical-coordinate representation of color #61CC5F: hue angle of 118.9º degrees, saturation: 0.52, 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 #61CC5F is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.

Color convert

RGB9720495-
CMYK0.5200.530.2
HSL118.9º51.66%58.63%-
HSV(B)118.9º53.43%80%-
XYZ28.5946.5518.31-
YUV159.5891.5583.36-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.49%
GREEN value IS 204 (80.08% from 255) = 51.52%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=24.49%
G=51.52%
B=23.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal97204950.5200.530.2118.951.6658.63
Hex61CC5F340351477343b
Octal14131413764065241676473
Binary11000011100110010111111101000110101101001110111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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