Html Css Color HEX #5D960F Limeade

📋 copy color: '#5D960F'

red 93 ◦ green 150 ◦ blue 15

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

Shades of Limeade #5D960F

Tints of Limeade #5D960F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 58.14%

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

R = 36.05%
G = 58.14%
B = 5.81%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#5D960F (or 0x5D960F) is known color: Limeade. HEX triplet: 5D, 96 and 0F. RGB value is (93,150,15). Sum of RGB (Red+Green+Blue) = 93+150+15=258 (34% of max value = 765). Red value is 93 (36.72% from 255 or 36.05% from 258); Green value is 150 (58.98% from 255 or 58.14% from 258); Blue value is 15 (6.25% from 255 or 5.81% from 258); Max value from RGB is 150 - color contains mainly: green. Hex color #5D960F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5D960F is #A269F0. Grayscale: #767676. Windows color (decimal): -10643953 or 1021533. OLE color: 1021533.

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

Color convert

RGB 93 150 15 -
CMYK 0.38 0 0.9 0.41
HSL 85.33º 0.82% 0.32% -
HSV(B) 85.33º 0.9% 0.59% -
XYZ 15.51 24.17 4.3 -
YUV 117.57 70.12 110.48 -
System Red Green Blue C M Y K H S L
Decimal 93 150 15 0.38 0 0.9 0.41 85.33 0.82 0.32
Hex 5D 96 F 26 0 5A 29 55 52 20
Octal 135 226 17 46 0 132 51 125 122 40
Binary 1011101 10010110 1111 100110 0 1011010 101001 1010101 1010010 100000

Color Harmonies of #5D960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D960F

Black with #5D960F

Text Example


Text Example

White with #5D960F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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