Html Css Color HEX #52980D Limeade

📋 copy color: '#52980D'

red 82 ◦ green 152 ◦ blue 13

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

Shades of Limeade #52980D

Tints of Limeade #52980D

RGB

 RED value IS 82 (32.42% from 255) = 33.2%

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

 BLUE value IS 13 (5.47% from 255) = 5.26%

R = 33.2%
G = 61.54%
B = 5.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#52980D (or 0x52980D) is known color: Limeade. HEX triplet: 52, 98 and 0D. RGB value is (82,152,13). Sum of RGB (Red+Green+Blue) = 82+152+13=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 152 (59.77% from 255 or 61.54% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 152 - color contains mainly: green. Hex color #52980D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52980D is #AD67F2. Grayscale: #737373. Windows color (decimal): -11364339 or 890962. OLE color: 890962.

HSL color Cylindrical-coordinate representation of color #52980D: hue angle of 90.22º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52980D is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 13 -
CMYK 0.46 0 0.91 0.40
HSL 90.22º 0.84% 0.32% -
HSV(B) 90.22º 0.91% 0.6% -
XYZ 14.78 24.28 4.29 -
YUV 115.22 70.31 104.3 -
System Red Green Blue C M Y K H S L
Decimal 82 152 13 0.46 0 0.91 0.40 90.22 0.84 0.32
Hex 52 98 D 2E 0 5B 28 5A 54 20
Octal 122 230 15 56 0 133 50 132 124 40
Binary 1010010 10011000 1101 101110 0 1011011 101000 1011010 1010100 100000

Color Harmonies of #52980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52980D

Black with #52980D

Text Example


Text Example

White with #52980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,152,13); }

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

background-color css

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

 a { background-color: rgb(82,152,13); }

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

border-color css

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

 span { border-color: rgb(82,152,13); }

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