Html Css Color HEX #5D951A Limeade

📋 copy color: '#5D951A'

red 93 ◦ green 149 ◦ blue 26

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

Shades of Limeade #5D951A

Tints of Limeade #5D951A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.7%

R = 34.7%
G = 55.6%
B = 9.7%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#5D951A (or 0x5D951A) is known color: Limeade. HEX triplet: 5D, 95 and 1A. RGB value is (93,149,26). Sum of RGB (Red+Green+Blue) = 93+149+26=268 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.70% from 268); Green value is 149 (58.59% from 255 or 55.60% from 268); Blue value is 26 (10.55% from 255 or 9.70% from 268); Max value from RGB is 149 - color contains mainly: green. Hex color #5D951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D951A is #A26AE5. Grayscale: #767676. Windows color (decimal): -10644198 or 1742173. OLE color: 1742173.

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

Color convert

RGB 93 149 26 -
CMYK 0.38 0 0.83 0.42
HSL 87.32º 0.7% 0.34% -
HSV(B) 87.32º 0.83% 0.58% -
XYZ 15.45 23.9 4.78 -
YUV 118.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 93 149 26 0.38 0 0.83 0.42 87.32 0.7 0.34
Hex 5D 95 1A 26 0 53 2A 57 46 22
Octal 135 225 32 46 0 123 52 127 106 42
Binary 1011101 10010101 11010 100110 0 1010011 101010 1010111 1000110 100010

Color Harmonies of #5D951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D951A

Black with #5D951A

Text Example


Text Example

White with #5D951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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