Html Css Color HEX #5BC364 Fern

📋 copy color: '#5BC364'

red 91 ◦ green 195 ◦ blue 100

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

Shades of Fern #5BC364

Tints of Fern #5BC364

RGB

 RED value IS 91 (35.94% from 255) = 23.58%

 GREEN value IS 195 (76.56% from 255) = 50.52%

 BLUE value IS 100 (39.45% from 255) = 25.91%

R = 23.58%
G = 50.52%
B = 25.91%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#5BC364 (or 0x5BC364) is known color: Fern. HEX triplet: 5B, C3 and 64. RGB value is (91,195,100). Sum of RGB (Red+Green+Blue) = 91+195+100=386 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.58% from 386); Green value is 195 (76.56% from 255 or 50.52% from 386); Blue value is 100 (39.45% from 255 or 25.91% from 386); Max value from RGB is 195 - color contains mainly: green. Hex color #5BC364 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC364 is #A43C9B. Grayscale: #999999. Windows color (decimal): -10763420 or 6603611. OLE color: 6603611.

HSL color Cylindrical-coordinate representation of color #5BC364: hue angle of 125.19º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC364 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 195 100 -
CMYK 0.53 0 0.49 0.24
HSL 125.19º 0.46% 0.56% -
HSV(B) 125.19º 0.53% 0.76% -
XYZ 26.13 42.17 18.82 -
YUV 153.07 98.04 83.72 -
System Red Green Blue C M Y K H S L
Decimal 91 195 100 0.53 0 0.49 0.24 125.19 0.46 0.56
Hex 5B C3 64 35 0 31 18 7D 2E 38
Octal 133 303 144 65 0 61 30 175 56 70
Binary 1011011 11000011 1100100 110101 0 110001 11000 1111101 101110 111000

Color Harmonies of #5BC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC364

Black with #5BC364

Text Example


Text Example

White with #5BC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,195,100); }

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

background-color css

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

 a { background-color: rgb(91,195,100); }

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

border-color css

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

 span { border-color: rgb(91,195,100); }

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