Html Css Color HEX #5D953F Limeade

📋 copy color: '#5D953F'

red 93 ◦ green 149 ◦ blue 63

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

Shades of Limeade #5D953F

Tints of Limeade #5D953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 20.66%

R = 30.49%
G = 48.85%
B = 20.66%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#5D953F (or 0x5D953F) is known color: Limeade. HEX triplet: 5D, 95 and 3F. RGB value is (93,149,63). Sum of RGB (Red+Green+Blue) = 93+149+63=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 149 (58.59% from 255 or 48.85% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 149 - color contains mainly: green. Hex color #5D953F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D953F is #A26AC0. Grayscale: #7A7A7A. Windows color (decimal): -10644161 or 4167005. OLE color: 4167005.

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

Color convert

RGB 93 149 63 -
CMYK 0.38 0 0.58 0.42
HSL 99.07º 0.41% 0.42% -
HSV(B) 99.07º 0.58% 0.58% -
XYZ 16.16 24.18 8.52 -
YUV 122.45 94.45 106.99 -
System Red Green Blue C M Y K H S L
Decimal 93 149 63 0.38 0 0.58 0.42 99.07 0.41 0.42
Hex 5D 95 3F 26 0 3A 2A 63 29 2A
Octal 135 225 77 46 0 72 52 143 51 52
Binary 1011101 10010101 111111 100110 0 111010 101010 1100011 101001 101010

Color Harmonies of #5D953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D953F

Black with #5D953F

Text Example


Text Example

White with #5D953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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