Html Css Color HEX #5F9315 Limeade

📋 copy color: '#5F9315'

red 95 ◦ green 147 ◦ blue 21

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

Shades of Limeade #5F9315

Tints of Limeade #5F9315

RGB

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

 GREEN value IS 147 (57.81% from 255) = 55.89%

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

R = 36.12%
G = 55.89%
B = 7.98%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#5F9315 (or 0x5F9315) is known color: Limeade. HEX triplet: 5F, 93 and 15. RGB value is (95,147,21). Sum of RGB (Red+Green+Blue) = 95+147+21=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 147 (57.81% from 255 or 55.89% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 147 - color contains mainly: green. Hex color #5F9315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F9315 is #A06CEA. Grayscale: #757575. Windows color (decimal): -10513643 or 1413983. OLE color: 1413983.

HSL color Cylindrical-coordinate representation of color #5F9315: hue angle of 84.76º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5F9315 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 95 147 21 -
CMYK 0.35 0 0.86 0.42
HSL 84.76º 0.75% 0.33% -
HSV(B) 84.76º 0.86% 0.58% -
XYZ 15.29 23.35 4.41 -
YUV 117.09 73.77 112.25 -
System Red Green Blue C M Y K H S L
Decimal 95 147 21 0.35 0 0.86 0.42 84.76 0.75 0.33
Hex 5F 93 15 23 0 56 2A 55 4B 21
Octal 137 223 25 43 0 126 52 125 113 41
Binary 1011111 10010011 10101 100011 0 1010110 101010 1010101 1001011 100001

Color Harmonies of #5F9315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F9315

Black with #5F9315

Text Example


Text Example

White with #5F9315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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