Html Css Color HEX #53951D Limeade

📋 copy color: '#53951D'

red 83 ◦ green 149 ◦ blue 29

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

Shades of Limeade #53951D

Tints of Limeade #53951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 31.8%
G = 57.09%
B = 11.11%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#53951D (or 0x53951D) is known color: Limeade. HEX triplet: 53, 95 and 1D. RGB value is (83,149,29). Sum of RGB (Red+Green+Blue) = 83+149+29=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #53951D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53951D is #AC6AE2. Grayscale: #747474. Windows color (decimal): -11299555 or 1938771. OLE color: 1938771.

HSL color Cylindrical-coordinate representation of color #53951D: hue angle of 93º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53951D is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 29 -
CMYK 0.44 0 0.81 0.42
HSL 93º 0.67% 0.35% -
HSV(B) 93º 0.81% 0.58% -
XYZ 14.54 23.42 4.92 -
YUV 115.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 83 149 29 0.44 0 0.81 0.42 93 0.67 0.35
Hex 53 95 1D 2C 0 51 2A 5D 43 23
Octal 123 225 35 54 0 121 52 135 103 43
Binary 1010011 10010101 11101 101100 0 1010001 101010 1011101 1000011 100011

Color Harmonies of #53951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53951D

Black with #53951D

Text Example


Text Example

White with #53951D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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