Html Css Color HEX #5BB472 Fern

📋 copy color: '#5BB472'

red 91 ◦ green 180 ◦ blue 114

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

Shades of Fern #5BB472

Tints of Fern #5BB472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.75%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 23.64%
G = 46.75%
B = 29.61%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#5BB472 (or 0x5BB472) is known color: Fern. HEX triplet: 5B, B4 and 72. RGB value is (91,180,114). Sum of RGB (Red+Green+Blue) = 91+180+114=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #5BB472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5BB472 is #A44B8D. Grayscale: #929292. Windows color (decimal): -10767246 or 7517275. OLE color: 7517275.

HSL color Cylindrical-coordinate representation of color #5BB472: hue angle of 135.51º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5BB472 is Cyan = 0.49, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 91 180 114 -
CMYK 0.49 0 0.37 0.29
HSL 135.51º 0.37% 0.53% -
HSV(B) 135.51º 0.49% 0.71% -
XYZ 23.67 36.08 21.64 -
YUV 145.87 110.01 88.87 -
System Red Green Blue C M Y K H S L
Decimal 91 180 114 0.49 0 0.37 0.29 135.51 0.37 0.53
Hex 5B B4 72 31 0 25 1D 88 25 35
Octal 133 264 162 61 0 45 35 210 45 65
Binary 1011011 10110100 1110010 110001 0 100101 11101 10001000 100101 110101

Color Harmonies of #5BB472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BB472

Black with #5BB472

Text Example


Text Example

White with #5BB472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,180,114); }

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

background-color css

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

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

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

border-color css

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

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

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