Html Css Color HEX #52950F Limeade

📋 copy color: '#52950F'

red 82 ◦ green 149 ◦ blue 15

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

Shades of Limeade #52950F

Tints of Limeade #52950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.57%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 33.33%
G = 60.57%
B = 6.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#52950F (or 0x52950F) is known color: Limeade. HEX triplet: 52, 95 and 0F. RGB value is (82,149,15). Sum of RGB (Red+Green+Blue) = 82+149+15=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #52950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52950F is #AD6AF0. Grayscale: #727272. Windows color (decimal): -11365105 or 1021266. OLE color: 1021266.

HSL color Cylindrical-coordinate representation of color #52950F: hue angle of 90º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52950F is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 15 -
CMYK 0.45 0 0.90 0.42
HSL 90º 0.82% 0.32% -
HSV(B) 90º 0.9% 0.58% -
XYZ 14.31 23.32 4.2 -
YUV 113.69 72.3 105.4 -
System Red Green Blue C M Y K H S L
Decimal 82 149 15 0.45 0 0.90 0.42 90 0.82 0.32
Hex 52 95 F 2D 0 5A 2A 5A 52 20
Octal 122 225 17 55 0 132 52 132 122 40
Binary 1010010 10010101 1111 101101 0 1011010 101010 1011010 1010010 100000

Color Harmonies of #52950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52950F

Black with #52950F

Text Example


Text Example

White with #52950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52950F; }

 p { color: rgb(82,149,15); }

 H1.HeaderClassName
 {
   color: #52950F;
 }
 .AnyTagClassName
 {
   color: #52950F;
 }
</style>

background-color css

<style>
 a { background-color: #52950F; }

 a { background-color: rgb(82,149,15); }

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

border-color css

<style>
 span { border-color: #52950F; }

 span { border-color: rgb(82,149,15); }

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