#61C365

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

Shades of Fern #61C365

Tints of Fern #61C365

Color information

#61C365 (or 0x61C365) is unknown color: approx Fern. HEX triplet: 61, C3 and 65. RGB value is (97,195,101). Sum of RGB (Red+Green+Blue) = 97+195+101=393 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.68% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #61C365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C365 is #9E3C9A. Grayscale: #9B9B9B. Windows color (decimal): -10370203 or 6669153. OLE color: 6669153.

HSL color Cylindrical-coordinate representation of color #61C365: hue angle of 122.45º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #61C365 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB97195101-
CMYK0.5000.480.24
HSL122.45º44.95%57.25%-
HSV(B)122.45º50.26%76.47%-
XYZ26.7942.5119.11-
YUV154.9897.5386.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.68%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 101 (39.84% from 255) = 25.70%
R=24.68%
G=49.62%
B=25.70%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951010.5000.480.24122.4544.9557.25
Hex61C36532030187a2d39
Octal14130314562060301725571
Binary11000011100001111001011100100110000110001111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,195,101); }

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

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

 a { background-color: rgb(97,195,101); }

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

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

 span { border-color: rgb(97,195,101); }

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