Html Css Color HEX #5D950F Limeade

📋 copy color: '#5D950F'

red 93 ◦ green 149 ◦ blue 15

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

Shades of Limeade #5D950F

Tints of Limeade #5D950F

RGB

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

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

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

R = 36.19%
G = 57.98%
B = 5.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#5D950F (or 0x5D950F) is known color: Limeade. HEX triplet: 5D, 95 and 0F. RGB value is (93,149,15). Sum of RGB (Red+Green+Blue) = 93+149+15=257 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.19% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #5D950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D950F is #A26AF0. Grayscale: #757575. Windows color (decimal): -10644209 or 1021277. OLE color: 1021277.

HSL color Cylindrical-coordinate representation of color #5D950F: hue angle of 85.07º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D950F is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 93 149 15 -
CMYK 0.38 0 0.90 0.42
HSL 85.07º 0.82% 0.32% -
HSV(B) 85.07º 0.9% 0.58% -
XYZ 15.35 23.86 4.25 -
YUV 116.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 93 149 15 0.38 0 0.90 0.42 85.07 0.82 0.32
Hex 5D 95 F 26 0 5A 2A 55 52 20
Octal 135 225 17 46 0 132 52 125 122 40
Binary 1011101 10010101 1111 100110 0 1011010 101010 1010101 1010010 100000

Color Harmonies of #5D950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D950F

Black with #5D950F

Text Example


Text Example

White with #5D950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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