Html Css Color HEX #5BAF6D Fern

📋 copy color: '#5BAF6D'

red 91 ◦ green 175 ◦ blue 109

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

Shades of Fern #5BAF6D

Tints of Fern #5BAF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.07%

R = 24.27%
G = 46.67%
B = 29.07%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#5BAF6D (or 0x5BAF6D) is known color: Fern. HEX triplet: 5B, AF and 6D. RGB value is (91,175,109). Sum of RGB (Red+Green+Blue) = 91+175+109=375 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.27% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 109 (42.97% from 255 or 29.07% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAF6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BAF6D is #A45092. Grayscale: #8E8E8E. Windows color (decimal): -10768531 or 7188315. OLE color: 7188315.

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

Color convert

RGB 91 175 109 -
CMYK 0.48 0 0.38 0.31
HSL 132.86º 0.34% 0.52% -
HSV(B) 132.86º 0.48% 0.69% -
XYZ 22.4 33.99 19.85 -
YUV 142.36 109.17 91.37 -
System Red Green Blue C M Y K H S L
Decimal 91 175 109 0.48 0 0.38 0.31 132.86 0.34 0.52
Hex 5B AF 6D 30 0 26 1F 85 22 34
Octal 133 257 155 60 0 46 37 205 42 64
Binary 1011011 10101111 1101101 110000 0 100110 11111 10000101 100010 110100

Color Harmonies of #5BAF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BAF6D

Black with #5BAF6D

Text Example


Text Example

White with #5BAF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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