#61CD5D

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

Shades of Fern #61CD5D

Tints of Fern #61CD5D

Color information

#61CD5D (or 0x61CD5D) is unknown color: approx Fern. HEX triplet: 61, CD and 5D. RGB value is (97,205,93). Sum of RGB (Red+Green+Blue) = 97+205+93=395 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.56% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD5D is #9E32A2. Grayscale: #A0A0A0. Windows color (decimal): -10367651 or 6147425. OLE color: 6147425.

HSL color Cylindrical-coordinate representation of color #61CD5D: hue angle of 117.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #61CD5D is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB9720593-
CMYK0.5300.550.20
HSL117.86º52.83%58.43%-
HSV(B)117.86º54.63%80.39%-
XYZ28.7446.9917.91-
YUV159.9490.2283.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.56%
GREEN value IS 205 (80.47% from 255) = 51.90%
BLUE value IS 93 (36.72% from 255) = 23.54%
R=24.56%
G=51.90%
B=23.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal97205930.5300.550.20117.8652.8358.43
Hex61CD5D350371476353a
Octal14131513565067241666572
Binary11000011100110110111011101010110111101001110110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,205,93); }

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

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

 a { background-color: rgb(97,205,93); }

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

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

 span { border-color: rgb(97,205,93); }

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