#61CD6A

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

Shades of Fern #61CD6A

Tints of Fern #61CD6A

Color information

#61CD6A (or 0x61CD6A) is unknown color: approx Fern. HEX triplet: 61, CD and 6A. RGB value is (97,205,106). Sum of RGB (Red+Green+Blue) = 97+205+106=408 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.77% from 408); Green value is 205 (80.47% from 255 or 50.25% from 408); Blue value is 106 (41.80% from 255 or 25.98% from 408); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD6A is #9E3295. Grayscale: #A1A1A1. Windows color (decimal): -10367638 or 6999393. OLE color: 6999393.

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

Color convert

RGB97205106-
CMYK0.5300.480.20
HSL125º51.92%59.22%-
HSV(B)125º52.68%80.39%-
XYZ29.3647.2421.21-
YUV161.4296.7282.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.77%
GREEN value IS 205 (80.47% from 255) = 50.25%
BLUE value IS 106 (41.80% from 255) = 25.98%
R=23.77%
G=50.25%
B=25.98%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051060.5300.480.2012551.9259.22
Hex61CD6A35030147d343b
Octal14131515265060241756473
Binary11000011100110111010101101010110000101001111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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