Html Css Color HEX #53951A Limeade

📋 copy color: '#53951A'

red 83 ◦ green 149 ◦ blue 26

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

Shades of Limeade #53951A

Tints of Limeade #53951A

RGB

 RED value IS 83 (32.81% from 255) = 32.17%

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

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

R = 32.17%
G = 57.75%
B = 10.08%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#53951A (or 0x53951A) is known color: Limeade. HEX triplet: 53, 95 and 1A. RGB value is (83,149,26). Sum of RGB (Red+Green+Blue) = 83+149+26=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 149 (58.59% from 255 or 57.75% from 258); Blue value is 26 (10.55% from 255 or 10.08% from 258); Max value from RGB is 149 - color contains mainly: green. Hex color #53951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53951A is #AC6AE5. Grayscale: #737373. Windows color (decimal): -11299558 or 1742163. OLE color: 1742163.

HSL color Cylindrical-coordinate representation of color #53951A: hue angle of 92.2º 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 #53951A is Cyan = 0.44, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 26 -
CMYK 0.44 0 0.83 0.42
HSL 92.2º 0.7% 0.34% -
HSV(B) 92.2º 0.83% 0.58% -
XYZ 14.5 23.41 4.73 -
YUV 115.24 77.63 105 -
System Red Green Blue C M Y K H S L
Decimal 83 149 26 0.44 0 0.83 0.42 92.2 0.7 0.34
Hex 53 95 1A 2C 0 53 2A 5C 46 22
Octal 123 225 32 54 0 123 52 134 106 42
Binary 1010011 10010101 11010 101100 0 1010011 101010 1011100 1000110 100010

Color Harmonies of #53951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53951A

Black with #53951A

Text Example


Text Example

White with #53951A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53951A; }

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

 H1.HeaderClassName
 {
   color: #53951A;
 }
 .AnyTagClassName
 {
   color: #53951A;
 }
</style>

background-color css

<style>
 a { background-color: #53951A; }

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

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

border-color css

<style>
 span { border-color: #53951A; }

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

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