#61C364

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

Shades of Fern #61C364

Tints of Fern #61C364

Color information

#61C364 (or 0x61C364) is unknown color: approx Fern. HEX triplet: 61, C3 and 64. RGB value is (97,195,100). Sum of RGB (Red+Green+Blue) = 97+195+100=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 195 (76.56% from 255 or 49.74% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 195 - color contains mainly: green. Hex color #61C364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C364 is #9E3C9B. Grayscale: #9B9B9B. Windows color (decimal): -10370204 or 6603617. OLE color: 6603617.

HSL color Cylindrical-coordinate representation of color #61C364: hue angle of 121.84º 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 #61C364 is Cyan = 0.50, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB97195100-
CMYK0.5000.490.24
HSL121.84º44.95%57.25%-
HSV(B)121.84º50.26%76.47%-
XYZ26.7542.4918.85-
YUV154.8797.0386.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 195 (76.56% from 255) = 49.74%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=24.74%
G=49.74%
B=25.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951000.5000.490.24121.8444.9557.25
Hex61C36432031187a2d39
Octal14130314462061301725571
Binary11000011100001111001001100100110001110001111010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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