Html Css Color HEX #5B953D Limeade

📋 copy color: '#5B953D'

red 91 ◦ green 149 ◦ blue 61

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

Shades of Limeade #5B953D

Tints of Limeade #5B953D

RGB

 RED value IS 91 (35.94% from 255) = 30.23%

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

 BLUE value IS 61 (24.22% from 255) = 20.27%

R = 30.23%
G = 49.5%
B = 20.27%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#5B953D (or 0x5B953D) is known color: Limeade. HEX triplet: 5B, 95 and 3D. RGB value is (91,149,61). Sum of RGB (Red+Green+Blue) = 91+149+61=301 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.23% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #5B953D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B953D is #A46AC2. Grayscale: #797979. Windows color (decimal): -10775235 or 4035931. OLE color: 4035931.

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

Color convert

RGB 91 149 61 -
CMYK 0.39 0 0.59 0.42
HSL 99.55º 0.42% 0.41% -
HSV(B) 99.55º 0.59% 0.58% -
XYZ 15.9 24.06 8.22 -
YUV 121.63 93.78 106.16 -
System Red Green Blue C M Y K H S L
Decimal 91 149 61 0.39 0 0.59 0.42 99.55 0.42 0.41
Hex 5B 95 3D 27 0 3B 2A 64 2A 29
Octal 133 225 75 47 0 73 52 144 52 51
Binary 1011011 10010101 111101 100111 0 111011 101010 1100100 101010 101001

Color Harmonies of #5B953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B953D

Black with #5B953D

Text Example


Text Example

White with #5B953D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,149,61); }

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

background-color css

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

 a { background-color: rgb(91,149,61); }

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

border-color css

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

 span { border-color: rgb(91,149,61); }

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