Html Css Color HEX #5BC264 Fern

📋 copy color: '#5BC264'

red 91 ◦ green 194 ◦ blue 100

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

Shades of Fern #5BC264

Tints of Fern #5BC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.39%

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

R = 23.64%
G = 50.39%
B = 25.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#5BC264 (or 0x5BC264) is known color: Fern. HEX triplet: 5B, C2 and 64. RGB value is (91,194,100). Sum of RGB (Red+Green+Blue) = 91+194+100=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 194 (76.17% from 255 or 50.39% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 194 - color contains mainly: green. Hex color #5BC264 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BC264 is #A43D9B. Grayscale: #989898. Windows color (decimal): -10763676 or 6603355. OLE color: 6603355.

HSL color Cylindrical-coordinate representation of color #5BC264: hue angle of 125.24º 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 #5BC264 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 91 194 100 -
CMYK 0.53 0 0.48 0.24
HSL 125.24º 0.46% 0.56% -
HSV(B) 125.24º 0.53% 0.76% -
XYZ 25.91 41.73 18.75 -
YUV 152.49 98.38 84.14 -
System Red Green Blue C M Y K H S L
Decimal 91 194 100 0.53 0 0.48 0.24 125.24 0.46 0.56
Hex 5B C2 64 35 0 30 18 7D 2E 38
Octal 133 302 144 65 0 60 30 175 56 70
Binary 1011011 11000010 1100100 110101 0 110000 11000 1111101 101110 111000

Color Harmonies of #5BC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BC264

Black with #5BC264

Text Example


Text Example

White with #5BC264

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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