Html Css Color HEX #5FA015 Limeade

📋 copy color: '#5FA015'

red 95 ◦ green 160 ◦ blue 21

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

Shades of Limeade #5FA015

Tints of Limeade #5FA015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.61%

R = 34.42%
G = 57.97%
B = 7.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.87

 K value IS 0.37

RGB Variations

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

Color information

#5FA015 (or 0x5FA015) is known color: Limeade. HEX triplet: 5F, A0 and 15. RGB value is (95,160,21). Sum of RGB (Red+Green+Blue) = 95+160+21=276 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.42% from 276); Green value is 160 (62.89% from 255 or 57.97% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 160 - color contains mainly: green. Hex color #5FA015 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5FA015 is #A05FEA. Grayscale: #7D7D7D. Windows color (decimal): -10510315 or 1417311. OLE color: 1417311.

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

Color convert

RGB 95 160 21 -
CMYK 0.41 0 0.87 0.37
HSL 88.06º 0.77% 0.35% -
HSV(B) 88.06º 0.87% 0.63% -
XYZ 17.43 27.63 5.12 -
YUV 124.72 69.47 106.8 -
System Red Green Blue C M Y K H S L
Decimal 95 160 21 0.41 0 0.87 0.37 88.06 0.77 0.35
Hex 5F A0 15 29 0 57 25 58 4D 23
Octal 137 240 25 51 0 127 45 130 115 43
Binary 1011111 10100000 10101 101001 0 1010111 100101 1011000 1001101 100011

Color Harmonies of #5FA015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA015

Black with #5FA015

Text Example


Text Example

White with #5FA015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,160,21); }

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

background-color css

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

 a { background-color: rgb(95,160,21); }

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

border-color css

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

 span { border-color: rgb(95,160,21); }

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