Html Css Color HEX #5BA528 Limeade

📋 copy color: '#5BA528'

red 91 ◦ green 165 ◦ blue 40

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

Shades of Limeade #5BA528

Tints of Limeade #5BA528

RGB

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

 GREEN value IS 165 (64.84% from 255) = 55.74%

 BLUE value IS 40 (16.02% from 255) = 13.51%

R = 30.74%
G = 55.74%
B = 13.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#5BA528 (or 0x5BA528) is known color: Limeade. HEX triplet: 5B, A5 and 28. RGB value is (91,165,40). Sum of RGB (Red+Green+Blue) = 91+165+40=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 165 (64.84% from 255 or 55.74% from 296); Blue value is 40 (16.02% from 255 or 13.51% from 296); Max value from RGB is 165 - color contains mainly: green. Hex color #5BA528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA528 is #A45AD7. Grayscale: #818181. Windows color (decimal): -10771160 or 2663771. OLE color: 2663771.

HSL color Cylindrical-coordinate representation of color #5BA528: hue angle of 95.52º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5BA528 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 91 165 40 -
CMYK 0.45 0 0.76 0.35
HSL 95.52º 0.61% 0.4% -
HSV(B) 95.52º 0.76% 0.65% -
XYZ 18.15 29.29 6.7 -
YUV 128.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 91 165 40 0.45 0 0.76 0.35 95.52 0.61 0.4
Hex 5B A5 28 2D 0 4C 23 60 3D 28
Octal 133 245 50 55 0 114 43 140 75 50
Binary 1011011 10100101 101000 101101 0 1001100 100011 1100000 111101 101000

Color Harmonies of #5BA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5BA528

Black with #5BA528

Text Example


Text Example

White with #5BA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,165,40); }

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

background-color css

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

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

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

border-color css

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

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

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