#5CB25F

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

Shades of Fern #5CB25F

Tints of Fern #5CB25F

Color information

#5CB25F (or 0x5CB25F) is unknown color: approx Fern. HEX triplet: 5C, B2 and 5F. RGB value is (92,178,95). Sum of RGB (Red+Green+Blue) = 92+178+95=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 95 (37.5% from 255 or 26.03% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB25F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB25F is #A34DA0. Grayscale: #8F8F8F. Windows color (decimal): -10702241 or 6271580. OLE color: 6271580.

HSL color Cylindrical-coordinate representation of color #5CB25F: hue angle of 122.09º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB25F is Cyan = 0.48, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB9217895-
CMYK0.4800.470.30
HSL122.09º35.83%52.94%-
HSV(B)122.09º48.31%69.8%-
XYZ22.434.9416.39-
YUV142.82101.0191.75-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.21%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 95 (37.5% from 255) = 26.03%
R=25.21%
G=48.77%
B=26.03%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal92178950.4800.470.30122.0935.8352.94
Hex5CB25F3002F1E7a2435
Octal13426213760057361724465
Binary10111001011001010111111100000101111111101111010100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,178,95); }

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

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

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

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

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

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

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