Html Css Color HEX #5CB061 Fern

📋 copy color: '#5CB061'

red 92 ◦ green 176 ◦ blue 97

#5CB061
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #5CB061

Tints of Fern #5CB061

RGB

 RED value IS 92 (36.33% from 255) = 25.21%

 GREEN value IS 176 (69.14% from 255) = 48.22%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 25.21%
G = 48.22%
B = 26.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#5CB061 (or 0x5CB061) is known color: Fern. HEX triplet: 5C, B0 and 61. RGB value is (92,176,97). Sum of RGB (Red+Green+Blue) = 92+176+97=365 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.21% from 365); Green value is 176 (69.14% from 255 or 48.22% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 176 - color contains mainly: green. Hex color #5CB061 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB061 is #A34F9E. Grayscale: #8E8E8E. Windows color (decimal): -10702751 or 6402140. OLE color: 6402140.

HSL color Cylindrical-coordinate representation of color #5CB061: hue angle of 123.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB061 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 92 176 97 -
CMYK 0.48 0 0.45 0.31
HSL 123.57º 0.35% 0.53% -
HSV(B) 123.57º 0.48% 0.69% -
XYZ 22.1 34.19 16.74 -
YUV 141.88 102.67 92.42 -
System Red Green Blue C M Y K H S L
Decimal 92 176 97 0.48 0 0.45 0.31 123.57 0.35 0.53
Hex 5C B0 61 30 0 2D 1F 7C 23 35
Octal 134 260 141 60 0 55 37 174 43 65
Binary 1011100 10110000 1100001 110000 0 101101 11111 1111100 100011 110101

Color Harmonies of #5CB061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CB061

Black with #5CB061

Text Example


Text Example

White with #5CB061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5CB061;
 }
 .AnyTagClassName
 {
   color: #5CB061;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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