Html Css Color HEX #5FA32F Limeade

📋 copy color: '#5FA32F'

red 95 ◦ green 163 ◦ blue 47

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

Shades of Limeade #5FA32F

Tints of Limeade #5FA32F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.44%

 BLUE value IS 47 (18.75% from 255) = 15.41%

R = 31.15%
G = 53.44%
B = 15.41%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#5FA32F (or 0x5FA32F) is known color: Limeade. HEX triplet: 5F, A3 and 2F. RGB value is (95,163,47). Sum of RGB (Red+Green+Blue) = 95+163+47=305 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.15% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 47 (18.75% from 255 or 15.41% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA32F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FA32F is #A05CD0. Grayscale: #818181. Windows color (decimal): -10509521 or 3122015. OLE color: 3122015.

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

Color convert

RGB 95 163 47 -
CMYK 0.42 0 0.71 0.36
HSL 95.17º 0.55% 0.41% -
HSV(B) 95.17º 0.71% 0.64% -
XYZ 18.33 28.83 7.29 -
YUV 129.44 81.47 103.43 -
System Red Green Blue C M Y K H S L
Decimal 95 163 47 0.42 0 0.71 0.36 95.17 0.55 0.41
Hex 5F A3 2F 2A 0 47 24 5F 37 29
Octal 137 243 57 52 0 107 44 137 67 51
Binary 1011111 10100011 101111 101010 0 1000111 100100 1011111 110111 101001

Color Harmonies of #5FA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA32F

Black with #5FA32F

Text Example


Text Example

White with #5FA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,163,47); }

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

background-color css

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

 a { background-color: rgb(95,163,47); }

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

border-color css

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

 span { border-color: rgb(95,163,47); }

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