Html Css Color HEX #5BA014 Limeade

📋 copy color: '#5BA014'

red 91 ◦ green 160 ◦ blue 20

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

Shades of Limeade #5BA014

Tints of Limeade #5BA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.04%

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

R = 33.58%
G = 59.04%
B = 7.38%

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

#5BA014 (or 0x5BA014) is known color: Limeade. HEX triplet: 5B, A0 and 14. RGB value is (91,160,20). Sum of RGB (Red+Green+Blue) = 91+160+20=271 (35% of max value = 765). Red value is 91 (35.94% from 255 or 33.58% from 271); Green value is 160 (62.89% from 255 or 59.04% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA014 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5BA014 is #A45FEB. Grayscale: #7B7B7B. Windows color (decimal): -10772460 or 1351771. OLE color: 1351771.

HSL color Cylindrical-coordinate representation of color #5BA014: hue angle of 89.57º 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 #5BA014 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 91 160 20 -
CMYK 0.43 0 0.88 0.37
HSL 89.57º 0.78% 0.35% -
HSV(B) 89.57º 0.88% 0.63% -
XYZ 17.01 27.42 5.06 -
YUV 123.41 69.64 104.88 -
System Red Green Blue C M Y K H S L
Decimal 91 160 20 0.43 0 0.88 0.37 89.57 0.78 0.35
Hex 5B A0 14 2B 0 58 25 5A 4E 23
Octal 133 240 24 53 0 130 45 132 116 43
Binary 1011011 10100000 10100 101011 0 1011000 100101 1011010 1001110 100011

Color Harmonies of #5BA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA014

Black with #5BA014

Text Example


Text Example

White with #5BA014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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