#5CD75C

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

Shades of Fern #5CD75C

Tints of Fern #5CD75C

Color information

#5CD75C (or 0x5CD75C) is unknown color: approx Fern. HEX triplet: 5C, D7 and 5C. RGB value is (92,215,92). Sum of RGB (Red+Green+Blue) = 92+215+92=399 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.06% from 399); Green value is 215 (84.38% from 255 or 53.88% from 399); Blue value is 92 (36.33% from 255 or 23.06% from 399); Max value from RGB is 215 - color contains mainly: green. Hex color #5CD75C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CD75C is #A328A3. Grayscale: #A4A4A4. Windows color (decimal): -10692772 or 6084444. OLE color: 6084444.

HSL color Cylindrical-coordinate representation of color #5CD75C: hue angle of 120º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5CD75C is Cyan = 0.57, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB9221592-
CMYK0.5700.570.16
HSL120º60.59%60.2%-
HSV(B)120º57.21%84.31%-
XYZ30.6551.6518.48-
YUV164.287.2576.5-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.06%
GREEN value IS 215 (84.38% from 255) = 53.88%
BLUE value IS 92 (36.33% from 255) = 23.06%
R=23.06%
G=53.88%
B=23.06%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal92215920.5700.570.1612060.5960.2
Hex5CD75C3903910783d3c
Octal13432713471071201707574
Binary10111001101011110111001110010111001100001111000111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CD75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,215,92); }

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

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

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

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

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

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

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