Html Css Color HEX #5D970F Limeade

📋 copy color: '#5D970F'

red 93 ◦ green 151 ◦ blue 15

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

Shades of Limeade #5D970F

Tints of Limeade #5D970F

RGB

 RED value IS 93 (36.72% from 255) = 35.91%

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

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

R = 35.91%
G = 58.3%
B = 5.79%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.41

RGB Variations

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

Color information

#5D970F (or 0x5D970F) is known color: Limeade. HEX triplet: 5D, 97 and 0F. RGB value is (93,151,15). Sum of RGB (Red+Green+Blue) = 93+151+15=259 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.91% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #5D970F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D970F is #A268F0. Grayscale: #767676. Windows color (decimal): -10643697 or 1021789. OLE color: 1021789.

HSL color Cylindrical-coordinate representation of color #5D970F: hue angle of 85.59º 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 #5D970F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.41.

Color convert

RGB 93 151 15 -
CMYK 0.38 0 0.90 0.41
HSL 85.59º 0.82% 0.33% -
HSV(B) 85.59º 0.9% 0.59% -
XYZ 15.67 24.49 4.35 -
YUV 118.15 69.78 110.06 -
System Red Green Blue C M Y K H S L
Decimal 93 151 15 0.38 0 0.90 0.41 85.59 0.82 0.33
Hex 5D 97 F 26 0 5A 29 56 52 21
Octal 135 227 17 46 0 132 51 126 122 41
Binary 1011101 10010111 1111 100110 0 1011010 101001 1010110 1010010 100001

Color Harmonies of #5D970F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D970F

Black with #5D970F

Text Example


Text Example

White with #5D970F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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