#61CA5F

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

Shades of Fern #61CA5F

Tints of Fern #61CA5F

Color information

#61CA5F (or 0x61CA5F) is unknown color: approx Fern. HEX triplet: 61, CA and 5F. RGB value is (97,202,95). Sum of RGB (Red+Green+Blue) = 97+202+95=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 95 (37.5% from 255 or 24.11% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #61CA5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CA5F is #9E35A0. Grayscale: #9E9E9E. Windows color (decimal): -10368417 or 6277729. OLE color: 6277729.

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

Color convert

RGB9720295-
CMYK0.5200.530.21
HSL118.88º50.23%58.24%-
HSV(B)118.88º52.97%79.22%-
XYZ28.1245.6118.15-
YUV158.4192.2184.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.62%
GREEN value IS 202 (79.30% from 255) = 51.27%
BLUE value IS 95 (37.5% from 255) = 24.11%
R=24.62%
G=51.27%
B=24.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal97202950.5200.530.21118.8850.2358.24
Hex61CA5F340351577323a
Octal14131213764065251676272
Binary11000011100101010111111101000110101101011110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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