#5CBE73

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

Shades of Fern #5CBE73

Tints of Fern #5CBE73

Color information

#5CBE73 (or 0x5CBE73) is unknown color: approx Fern. HEX triplet: 5C, BE and 73. RGB value is (92,190,115). Sum of RGB (Red+Green+Blue) = 92+190+115=397 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.17% from 397); Green value is 190 (74.61% from 255 or 47.86% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBE73 is #A3418C. Grayscale: #989898. Windows color (decimal): -10699149 or 7585372. OLE color: 7585372.

HSL color Cylindrical-coordinate representation of color #5CBE73: hue angle of 134.08º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBE73 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB92190115-
CMYK0.5200.390.25
HSL134.08º42.98%55.29%-
HSV(B)134.08º51.58%74.51%-
XYZ25.9240.3422.64-
YUV152.15107.0385.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.17%
GREEN value IS 190 (74.61% from 255) = 47.86%
BLUE value IS 115 (45.31% from 255) = 28.97%
R=23.17%
G=47.86%
B=28.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal921901150.5200.390.25134.0842.9855.29
Hex5CBE733402719862b37
Octal13427616364047312065367
Binary101110010111110111001111010001001111100110000110101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,190,115); }

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

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

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

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

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

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

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