Html Css Color HEX #5FA131 Limeade

📋 copy color: '#5FA131'

red 95 ◦ green 161 ◦ blue 49

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

Shades of Limeade #5FA131

Tints of Limeade #5FA131

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.07%

R = 31.15%
G = 52.79%
B = 16.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#5FA131 (or 0x5FA131) is known color: Limeade. HEX triplet: 5F, A1 and 31. RGB value is (95,161,49). Sum of RGB (Red+Green+Blue) = 95+161+49=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 161 (63.28% from 255 or 52.79% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA131 is #A05ECE. Grayscale: #808080. Windows color (decimal): -10510031 or 3252575. OLE color: 3252575.

HSL color Cylindrical-coordinate representation of color #5FA131: hue angle of 95.36º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5FA131 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 95 161 49 -
CMYK 0.41 0 0.70 0.37
HSL 95.36º 0.53% 0.41% -
HSV(B) 95.36º 0.7% 0.63% -
XYZ 18.02 28.14 7.39 -
YUV 128.5 83.13 104.11 -
System Red Green Blue C M Y K H S L
Decimal 95 161 49 0.41 0 0.70 0.37 95.36 0.53 0.41
Hex 5F A1 31 29 0 46 25 5F 35 29
Octal 137 241 61 51 0 106 45 137 65 51
Binary 1011111 10100001 110001 101001 0 1000110 100101 1011111 110101 101001

Color Harmonies of #5FA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA131

Black with #5FA131

Text Example


Text Example

White with #5FA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,161,49); }

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

background-color css

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

 a { background-color: rgb(95,161,49); }

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

border-color css

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

 span { border-color: rgb(95,161,49); }

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