#5CD061

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

Shades of Fern #5CD061

Tints of Fern #5CD061

Color information

#5CD061 (or 0x5CD061) is unknown color: approx Fern. HEX triplet: 5C, D0 and 61. RGB value is (92,208,97). Sum of RGB (Red+Green+Blue) = 92+208+97=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 208 (81.64% from 255 or 52.39% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 208 - color contains mainly: green. Hex color #5CD061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD061 is #A32F9E. Grayscale: #A0A0A0. Windows color (decimal): -10694559 or 6410332. OLE color: 6410332.

HSL color Cylindrical-coordinate representation of color #5CD061: hue angle of 122.59º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CD061 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.18.

Color convert

RGB9220897-
CMYK0.5600.530.18
HSL122.59º55.24%58.82%-
HSV(B)122.59º55.77%81.57%-
XYZ29.1348.2519.09-
YUV160.6692.0779.03-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.17%
GREEN value IS 208 (81.64% from 255) = 52.39%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=23.17%
G=52.39%
B=24.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal92208970.5600.530.18122.5955.2458.82
Hex5CD06138035127b373b
Octal13432014170065221736773
Binary10111001101000011000011110000110101100101111011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5CD061; }

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

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

<style>
 a { background-color: #5CD061; }

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

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

<style>
 span { border-color: #5CD061; }

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

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