Html Css Color HEX #5F970F Limeade

📋 copy color: '#5F970F'

red 95 ◦ green 151 ◦ blue 15

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

Shades of Limeade #5F970F

Tints of Limeade #5F970F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 57.85%

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 36.4%
G = 57.85%
B = 5.75%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#5F970F (or 0x5F970F) is known color: Limeade. HEX triplet: 5F, 97 and 0F. RGB value is (95,151,15). Sum of RGB (Red+Green+Blue) = 95+151+15=261 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.40% from 261); Green value is 151 (59.38% from 255 or 57.85% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 151 - color contains mainly: green. Hex color #5F970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5F970F is #A068F0. Grayscale: #777777. Windows color (decimal): -10512625 or 1021791. OLE color: 1021791.

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

Color convert

RGB 95 151 15 -
CMYK 0.37 0 0.90 0.41
HSL 84.71º 0.82% 0.33% -
HSV(B) 84.71º 0.9% 0.59% -
XYZ 15.87 24.6 4.36 -
YUV 118.75 69.45 111.06 -
System Red Green Blue C M Y K H S L
Decimal 95 151 15 0.37 0 0.90 0.41 84.71 0.82 0.33
Hex 5F 97 F 25 0 5A 29 55 52 21
Octal 137 227 17 45 0 132 51 125 122 41
Binary 1011111 10010111 1111 100101 0 1011010 101001 1010101 1010010 100001

Color Harmonies of #5F970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F970F

Black with #5F970F

Text Example


Text Example

White with #5F970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,151,15); }

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

background-color css

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

 a { background-color: rgb(95,151,15); }

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

border-color css

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

 span { border-color: rgb(95,151,15); }

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