Html Css Color HEX #5FA232 Limeade

📋 copy color: '#5FA232'

red 95 ◦ green 162 ◦ blue 50

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

Shades of Limeade #5FA232

Tints of Limeade #5FA232

RGB

 RED value IS 95 (37.5% from 255) = 30.94%

 GREEN value IS 162 (63.67% from 255) = 52.77%

 BLUE value IS 50 (19.92% from 255) = 16.29%

R = 30.94%
G = 52.77%
B = 16.29%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#5FA232 (or 0x5FA232) is known color: Limeade. HEX triplet: 5F, A2 and 32. RGB value is (95,162,50). Sum of RGB (Red+Green+Blue) = 95+162+50=307 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.94% from 307); Green value is 162 (63.67% from 255 or 52.77% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA232 is #A05DCD. Grayscale: #818181. Windows color (decimal): -10509774 or 3318367. OLE color: 3318367.

HSL color Cylindrical-coordinate representation of color #5FA232: hue angle of 95.89º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5FA232 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 162 50 -
CMYK 0.41 0 0.69 0.36
HSL 95.89º 0.53% 0.42% -
HSV(B) 95.89º 0.69% 0.64% -
XYZ 18.22 28.5 7.56 -
YUV 129.2 83.3 103.61 -
System Red Green Blue C M Y K H S L
Decimal 95 162 50 0.41 0 0.69 0.36 95.89 0.53 0.42
Hex 5F A2 32 29 0 45 24 60 35 2A
Octal 137 242 62 51 0 105 44 140 65 52
Binary 1011111 10100010 110010 101001 0 1000101 100100 1100000 110101 101010

Color Harmonies of #5FA232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA232

Black with #5FA232

Text Example


Text Example

White with #5FA232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,162,50); }

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

background-color css

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

 a { background-color: rgb(95,162,50); }

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

border-color css

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

 span { border-color: rgb(95,162,50); }

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