#61D060

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

Shades of Fern #61D060

Tints of Fern #61D060

Color information

#61D060 (or 0x61D060) is unknown color: approx Fern. HEX triplet: 61, D0 and 60. RGB value is (97,208,96). Sum of RGB (Red+Green+Blue) = 97+208+96=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 208 (81.64% from 255 or 51.87% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 208 - color contains mainly: green. Hex color #61D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61D060 is #9E2F9F. Grayscale: #A2A2A2. Windows color (decimal): -10366880 or 6344801. OLE color: 6344801.

HSL color Cylindrical-coordinate representation of color #61D060: hue angle of 119.46º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #61D060 is Cyan = 0.53, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB9720896-
CMYK0.5300.540.18
HSL119.46º54.37%59.61%-
HSV(B)119.46º53.85%81.57%-
XYZ29.648.518.87-
YUV162.0490.7381.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.19%
GREEN value IS 208 (81.64% from 255) = 51.87%
BLUE value IS 96 (37.89% from 255) = 23.94%
R=24.19%
G=51.87%
B=23.94%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal97208960.5300.540.18119.4654.3759.61
Hex61D060350361277363c
Octal14132014065066221676674
Binary11000011101000011000001101010110110100101110111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,208,96); }

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

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

 a { background-color: rgb(97,208,96); }

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

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

 span { border-color: rgb(97,208,96); }

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