#61C375

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

Shades of Fern #61C375

Tints of Fern #61C375

Color information

#61C375 (or 0x61C375) is unknown color: approx Fern. HEX triplet: 61, C3 and 75. RGB value is (97,195,117). Sum of RGB (Red+Green+Blue) = 97+195+117=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 195 - color contains mainly: green. Hex color #61C375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C375 is #9E3C8A. Grayscale: #9D9D9D. Windows color (decimal): -10370187 or 7717729. OLE color: 7717729.

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

Color convert

RGB97195117-
CMYK0.5000.40.24
HSL132.24º44.95%57.25%-
HSV(B)132.24º50.26%76.47%-
XYZ27.6642.8623.64-
YUV156.81105.5385.34-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.72%
GREEN value IS 195 (76.56% from 255) = 47.68%
BLUE value IS 117 (46.09% from 255) = 28.61%
R=23.72%
G=47.68%
B=28.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal971951170.5000.40.24132.2444.9557.25
Hex61C3753202818842d39
Octal14130316562050302045571
Binary110000111000011111010111001001010001100010000100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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