#61CD66

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

Shades of Fern #61CD66

Tints of Fern #61CD66

Color information

#61CD66 (or 0x61CD66) is unknown color: approx Fern. HEX triplet: 61, CD and 66. RGB value is (97,205,102). Sum of RGB (Red+Green+Blue) = 97+205+102=404 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.01% from 404); Green value is 205 (80.47% from 255 or 50.74% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 205 - color contains mainly: green. Hex color #61CD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #61CD66 is #9E3299. Grayscale: #A1A1A1. Windows color (decimal): -10367642 or 6737249. OLE color: 6737249.

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

Color convert

RGB97205102-
CMYK0.5300.500.20
HSL122.78º51.92%59.22%-
HSV(B)122.78º52.68%80.39%-
XYZ29.1647.1620.14-
YUV160.9794.7282.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.01%
GREEN value IS 205 (80.47% from 255) = 50.74%
BLUE value IS 102 (40.23% from 255) = 25.25%
R=24.01%
G=50.74%
B=25.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal972051020.5300.500.20122.7851.9259.22
Hex61CD6635032147b343b
Octal14131514665062241736473
Binary11000011100110111001101101010110010101001111011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61CD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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