Html Css Color HEX #5F962C Limeade

📋 copy color: '#5F962C'

red 95 ◦ green 150 ◦ blue 44

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

Shades of Limeade #5F962C

Tints of Limeade #5F962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.9%

 BLUE value IS 44 (17.58% from 255) = 15.22%

R = 32.87%
G = 51.9%
B = 15.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#5F962C (or 0x5F962C) is known color: Limeade. HEX triplet: 5F, 96 and 2C. RGB value is (95,150,44). Sum of RGB (Red+Green+Blue) = 95+150+44=289 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.87% from 289); Green value is 150 (58.98% from 255 or 51.90% from 289); Blue value is 44 (17.58% from 255 or 15.22% from 289); Max value from RGB is 150 - color contains mainly: green. Hex color #5F962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F962C is #A069D3. Grayscale: #797979. Windows color (decimal): -10512852 or 2922079. OLE color: 2922079.

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

Color convert

RGB 95 150 44 -
CMYK 0.37 0 0.71 0.41
HSL 91.13º 0.55% 0.38% -
HSV(B) 91.13º 0.71% 0.59% -
XYZ 16.08 24.43 6.25 -
YUV 121.47 84.28 109.12 -
System Red Green Blue C M Y K H S L
Decimal 95 150 44 0.37 0 0.71 0.41 91.13 0.55 0.38
Hex 5F 96 2C 25 0 47 29 5B 37 26
Octal 137 226 54 45 0 107 51 133 67 46
Binary 1011111 10010110 101100 100101 0 1000111 101001 1011011 110111 100110

Color Harmonies of #5F962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F962C

Black with #5F962C

Text Example


Text Example

White with #5F962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,150,44); }

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

background-color css

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

 a { background-color: rgb(95,150,44); }

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

border-color css

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

 span { border-color: rgb(95,150,44); }

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