Html Css Color HEX #5F9510 Limeade

📋 copy color: '#5F9510'

red 95 ◦ green 149 ◦ blue 16

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

Shades of Limeade #5F9510

Tints of Limeade #5F9510

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.31%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 36.54%
G = 57.31%
B = 6.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#5F9510 (or 0x5F9510) is known color: Limeade. HEX triplet: 5F, 95 and 10. RGB value is (95,149,16). Sum of RGB (Red+Green+Blue) = 95+149+16=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 149 (58.59% from 255 or 57.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 149 - color contains mainly: green. Hex color #5F9510 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9510 is #A06AEF. Grayscale: #767676. Windows color (decimal): -10513136 or 1086815. OLE color: 1086815.

HSL color Cylindrical-coordinate representation of color #5F9510: hue angle of 84.36º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5F9510 is Cyan = 0.36, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 149 16 -
CMYK 0.36 0 0.89 0.42
HSL 84.36º 0.81% 0.32% -
HSV(B) 84.36º 0.89% 0.58% -
XYZ 15.56 23.97 4.3 -
YUV 117.69 70.61 111.81 -
System Red Green Blue C M Y K H S L
Decimal 95 149 16 0.36 0 0.89 0.42 84.36 0.81 0.32
Hex 5F 95 10 24 0 59 2A 54 51 20
Octal 137 225 20 44 0 131 52 124 121 40
Binary 1011111 10010101 10000 100100 0 1011001 101010 1010100 1010001 100000

Color Harmonies of #5F9510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9510

Black with #5F9510

Text Example


Text Example

White with #5F9510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,149,16); }

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

background-color css

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

 a { background-color: rgb(95,149,16); }

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

border-color css

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

 span { border-color: rgb(95,149,16); }

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