Html Css Color HEX #5D963F Limeade

📋 copy color: '#5D963F'

red 93 ◦ green 150 ◦ blue 63

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

Shades of Limeade #5D963F

Tints of Limeade #5D963F

RGB

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

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

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

R = 30.39%
G = 49.02%
B = 20.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#5D963F (or 0x5D963F) is known color: Limeade. HEX triplet: 5D, 96 and 3F. RGB value is (93,150,63). Sum of RGB (Red+Green+Blue) = 93+150+63=306 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.39% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 63 (25% from 255 or 20.59% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #5D963F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D963F is #A269C0. Grayscale: #7B7B7B. Windows color (decimal): -10643905 or 4167261. OLE color: 4167261.

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

Color convert

RGB 93 150 63 -
CMYK 0.38 0 0.58 0.41
HSL 99.31º 0.41% 0.42% -
HSV(B) 99.31º 0.58% 0.59% -
XYZ 16.32 24.5 8.57 -
YUV 123.04 94.12 106.57 -
System Red Green Blue C M Y K H S L
Decimal 93 150 63 0.38 0 0.58 0.41 99.31 0.41 0.42
Hex 5D 96 3F 26 0 3A 29 63 29 2A
Octal 135 226 77 46 0 72 51 143 51 52
Binary 1011101 10010110 111111 100110 0 111010 101001 1100011 101001 101010

Color Harmonies of #5D963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D963F

Black with #5D963F

Text Example


Text Example

White with #5D963F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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