#61C062

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

Shades of Fern #61C062

Tints of Fern #61C062

Color information

#61C062 (or 0x61C062) is unknown color: approx Fern. HEX triplet: 61, C0 and 62. RGB value is (97,192,98). Sum of RGB (Red+Green+Blue) = 97+192+98=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 192 (75.39% from 255 or 49.61% from 387); Blue value is 98 (38.67% from 255 or 25.32% from 387); Max value from RGB is 192 - color contains mainly: green. Hex color #61C062 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C062 is #9E3F9D. Grayscale: #999999. Windows color (decimal): -10370974 or 6471777. OLE color: 6471777.

HSL color Cylindrical-coordinate representation of color #61C062: hue angle of 120.63º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #61C062 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB9719298-
CMYK0.4900.490.25
HSL120.63º42.99%56.67%-
HSV(B)120.63º49.48%75.29%-
XYZ25.9841.1218.12-
YUV152.8897.0388.14-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.06%
GREEN value IS 192 (75.39% from 255) = 49.61%
BLUE value IS 98 (38.67% from 255) = 25.32%
R=25.06%
G=49.61%
B=25.32%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal97192980.4900.490.25120.6342.9956.67
Hex61C0623103119792b39
Octal14130014261061311715371
Binary11000011100000011000101100010110001110011111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,192,98); }

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

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

 a { background-color: rgb(97,192,98); }

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

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

 span { border-color: rgb(97,192,98); }

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