Html Css Color HEX #5FA11D Limeade

📋 copy color: '#5FA11D'

red 95 ◦ green 161 ◦ blue 29

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

Shades of Limeade #5FA11D

Tints of Limeade #5FA11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 33.33%
G = 56.49%
B = 10.18%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#5FA11D (or 0x5FA11D) is known color: Limeade. HEX triplet: 5F, A1 and 1D. RGB value is (95,161,29). Sum of RGB (Red+Green+Blue) = 95+161+29=285 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.33% from 285); Green value is 161 (63.28% from 255 or 56.49% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 161 - color contains mainly: green. Hex color #5FA11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA11D is #A05EE2. Grayscale: #7E7E7E. Windows color (decimal): -10510051 or 1941855. OLE color: 1941855.

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

Color convert

RGB 95 161 29 -
CMYK 0.41 0 0.82 0.37
HSL 90º 0.69% 0.37% -
HSV(B) 90º 0.82% 0.63% -
XYZ 17.69 28.01 5.64 -
YUV 126.22 73.13 105.73 -
System Red Green Blue C M Y K H S L
Decimal 95 161 29 0.41 0 0.82 0.37 90 0.69 0.37
Hex 5F A1 1D 29 0 52 25 5A 45 25
Octal 137 241 35 51 0 122 45 132 105 45
Binary 1011111 10100001 11101 101001 0 1010010 100101 1011010 1000101 100101

Color Harmonies of #5FA11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA11D

Black with #5FA11D

Text Example


Text Example

White with #5FA11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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