Html Css Color HEX #53982C Limeade

📋 copy color: '#53982C'

red 83 ◦ green 152 ◦ blue 44

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

Shades of Limeade #53982C

Tints of Limeade #53982C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.77%

R = 29.75%
G = 54.48%
B = 15.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#53982C (or 0x53982C) is known color: Limeade. HEX triplet: 53, 98 and 2C. RGB value is (83,152,44). Sum of RGB (Red+Green+Blue) = 83+152+44=279 (36% of max value = 765). Red value is 83 (32.81% from 255 or 29.75% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 44 (17.58% from 255 or 15.77% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #53982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #53982C is #AC67D3. Grayscale: #777777. Windows color (decimal): -11298772 or 2922579. OLE color: 2922579.

HSL color Cylindrical-coordinate representation of color #53982C: hue angle of 98.33º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53982C is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 152 44 -
CMYK 0.45 0 0.71 0.40
HSL 98.33º 0.55% 0.38% -
HSV(B) 98.33º 0.71% 0.6% -
XYZ 15.25 24.48 6.3 -
YUV 119.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 83 152 44 0.45 0 0.71 0.40 98.33 0.55 0.38
Hex 53 98 2C 2D 0 47 28 62 37 26
Octal 123 230 54 55 0 107 50 142 67 46
Binary 1010011 10011000 101100 101101 0 1000111 101000 1100010 110111 100110

Color Harmonies of #53982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53982C

Black with #53982C

Text Example


Text Example

White with #53982C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53982C; }

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

 H1.HeaderClassName
 {
   color: #53982C;
 }
 .AnyTagClassName
 {
   color: #53982C;
 }
</style>

background-color css

<style>
 a { background-color: #53982C; }

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

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

border-color css

<style>
 span { border-color: #53982C; }

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

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