Html Css Color HEX #52960C Limeade

📋 copy color: '#52960C'

red 82 ◦ green 150 ◦ blue 12

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

Shades of Limeade #52960C

Tints of Limeade #52960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.48%

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 33.61%
G = 61.48%
B = 4.92%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#52960C (or 0x52960C) is known color: Limeade. HEX triplet: 52, 96 and 0C. RGB value is (82,150,12). Sum of RGB (Red+Green+Blue) = 82+150+12=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 150 (58.98% from 255 or 61.48% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 150 - color contains mainly: green. Hex color #52960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52960C is #AD69F3. Grayscale: #727272. Windows color (decimal): -11364852 or 824914. OLE color: 824914.

HSL color Cylindrical-coordinate representation of color #52960C: hue angle of 89.57º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #52960C is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 12 -
CMYK 0.45 0 0.92 0.41
HSL 89.57º 0.85% 0.32% -
HSV(B) 89.57º 0.92% 0.59% -
XYZ 14.45 23.63 4.15 -
YUV 113.94 70.47 105.22 -
System Red Green Blue C M Y K H S L
Decimal 82 150 12 0.45 0 0.92 0.41 89.57 0.85 0.32
Hex 52 96 C 2D 0 5C 29 5A 55 20
Octal 122 226 14 55 0 134 51 132 125 40
Binary 1010010 10010110 1100 101101 0 1011100 101001 1011010 1010101 100000

Color Harmonies of #52960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52960C

Black with #52960C

Text Example


Text Example

White with #52960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,150,12); }

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

background-color css

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

 a { background-color: rgb(82,150,12); }

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

border-color css

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

 span { border-color: rgb(82,150,12); }

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