Html Css Color HEX #52970A Limeade

📋 copy color: '#52970A'

red 82 ◦ green 151 ◦ blue 10

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

Shades of Limeade #52970A

Tints of Limeade #52970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 62.14%

 BLUE value IS 10 (4.3% from 255) = 4.12%

R = 33.74%
G = 62.14%
B = 4.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#52970A (or 0x52970A) is known color: Limeade. HEX triplet: 52, 97 and 0A. RGB value is (82,151,10). Sum of RGB (Red+Green+Blue) = 82+151+10=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 151 (59.38% from 255 or 62.14% from 243); Blue value is 10 (4.30% from 255 or 4.12% from 243); Max value from RGB is 151 - color contains mainly: green. Hex color #52970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52970A is #AD68F5. Grayscale: #727272. Windows color (decimal): -11364598 or 694098. OLE color: 694098.

HSL color Cylindrical-coordinate representation of color #52970A: hue angle of 89.36º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #52970A is Cyan = 0.46, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 10 -
CMYK 0.46 0 0.93 0.41
HSL 89.36º 0.88% 0.32% -
HSV(B) 89.36º 0.93% 0.59% -
XYZ 14.6 23.95 4.14 -
YUV 114.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 82 151 10 0.46 0 0.93 0.41 89.36 0.88 0.32
Hex 52 97 A 2E 0 5D 29 59 58 20
Octal 122 227 12 56 0 135 51 131 130 40
Binary 1010010 10010111 1010 101110 0 1011101 101001 1011001 1011000 100000

Color Harmonies of #52970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52970A

Black with #52970A

Text Example


Text Example

White with #52970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,151,10); }

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

background-color css

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

 a { background-color: rgb(82,151,10); }

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

border-color css

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

 span { border-color: rgb(82,151,10); }

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