Html Css Color HEX #53981D Limeade

📋 copy color: '#53981D'

red 83 ◦ green 152 ◦ blue 29

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

Shades of Limeade #53981D

Tints of Limeade #53981D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 57.58%

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

R = 31.44%
G = 57.58%
B = 10.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#53981D (or 0x53981D) is known color: Limeade. HEX triplet: 53, 98 and 1D. RGB value is (83,152,29). Sum of RGB (Red+Green+Blue) = 83+152+29=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 152 (59.77% from 255 or 57.58% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 152 - color contains mainly: green. Hex color #53981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53981D is #AC67E2. Grayscale: #757575. Windows color (decimal): -11298787 or 1939539. OLE color: 1939539.

HSL color Cylindrical-coordinate representation of color #53981D: hue angle of 93.66º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53981D is Cyan = 0.45, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 29 -
CMYK 0.45 0 0.81 0.40
HSL 93.66º 0.68% 0.35% -
HSV(B) 93.66º 0.81% 0.6% -
XYZ 15.02 24.38 5.08 -
YUV 117.35 78.14 103.5 -
System Red Green Blue C M Y K H S L
Decimal 83 152 29 0.45 0 0.81 0.40 93.66 0.68 0.35
Hex 53 98 1D 2D 0 51 28 5E 44 23
Octal 123 230 35 55 0 121 50 136 104 43
Binary 1010011 10011000 11101 101101 0 1010001 101000 1011110 1000100 100011

Color Harmonies of #53981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53981D

Black with #53981D

Text Example


Text Example

White with #53981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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