Html Css Color HEX #5BAF5B Fern

📋 copy color: '#5BAF5B'

red 91 ◦ green 175 ◦ blue 91

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

Shades of Fern #5BAF5B

Tints of Fern #5BAF5B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 49.02%

 BLUE value IS 91 (35.94% from 255) = 25.49%

R = 25.49%
G = 49.02%
B = 25.49%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#5BAF5B (or 0x5BAF5B) is known color: Fern. HEX triplet: 5B, AF and 5B. RGB value is (91,175,91). Sum of RGB (Red+Green+Blue) = 91+175+91=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF5B is #A450A4. Grayscale: #8C8C8C. Windows color (decimal): -10768549 or 6008667. OLE color: 6008667.

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

Color convert

RGB 91 175 91 -
CMYK 0.48 0 0.48 0.31
HSL 120º 0.34% 0.52% -
HSV(B) 120º 0.48% 0.69% -
XYZ 21.53 33.64 15.26 -
YUV 140.31 100.17 92.83 -
System Red Green Blue C M Y K H S L
Decimal 91 175 91 0.48 0 0.48 0.31 120 0.34 0.52
Hex 5B AF 5B 30 0 30 1F 78 22 34
Octal 133 257 133 60 0 60 37 170 42 64
Binary 1011011 10101111 1011011 110000 0 110000 11111 1111000 100010 110100

Color Harmonies of #5BAF5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF5B

Black with #5BAF5B

Text Example


Text Example

White with #5BAF5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,175,91); }

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

background-color css

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

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

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

border-color css

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

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

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