Html Css Color HEX #5BA114 Limeade

📋 copy color: '#5BA114'

red 91 ◦ green 161 ◦ blue 20

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

Shades of Limeade #5BA114

Tints of Limeade #5BA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 59.19%

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 33.46%
G = 59.19%
B = 7.35%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#5BA114 (or 0x5BA114) is known color: Limeade. HEX triplet: 5B, A1 and 14. RGB value is (91,161,20). Sum of RGB (Red+Green+Blue) = 91+161+20=272 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.46% from 272); Green value is 161 (63.28% from 255 or 59.19% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 161 - color contains mainly: green. Hex color #5BA114 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA114 is #A45EEB. Grayscale: #7C7C7C. Windows color (decimal): -10772204 or 1352027. OLE color: 1352027.

HSL color Cylindrical-coordinate representation of color #5BA114: hue angle of 89.79º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5BA114 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 161 20 -
CMYK 0.43 0 0.88 0.37
HSL 89.79º 0.78% 0.35% -
HSV(B) 89.79º 0.88% 0.63% -
XYZ 17.19 27.76 5.12 -
YUV 124 69.31 104.46 -
System Red Green Blue C M Y K H S L
Decimal 91 161 20 0.43 0 0.88 0.37 89.79 0.78 0.35
Hex 5B A1 14 2B 0 58 25 5A 4E 23
Octal 133 241 24 53 0 130 45 132 116 43
Binary 1011011 10100001 10100 101011 0 1011000 100101 1011010 1001110 100011

Color Harmonies of #5BA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA114

Black with #5BA114

Text Example


Text Example

White with #5BA114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,161,20); }

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

background-color css

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

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

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

border-color css

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

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

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