#61C664

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

Shades of Fern #61C664

Tints of Fern #61C664

Color information

#61C664 (or 0x61C664) is unknown color: approx Fern. HEX triplet: 61, C6 and 64. RGB value is (97,198,100). Sum of RGB (Red+Green+Blue) = 97+198+100=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #61C664 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61C664 is #9E399B. Grayscale: #9C9C9C. Windows color (decimal): -10369436 or 6604385. OLE color: 6604385.

HSL color Cylindrical-coordinate representation of color #61C664: hue angle of 121.78º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61C664 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB97198100-
CMYK0.5100.490.22
HSL121.78º46.98%57.84%-
HSV(B)121.78º51.01%77.65%-
XYZ27.4243.8519.08-
YUV156.6396.0485.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=24.56%
G=50.13%
B=25.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971981000.5100.490.22121.7846.9857.84
Hex61C66433031167a2f3a
Octal14130614463061261725772
Binary11000011100011011001001100110110001101101111010101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61C664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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