Html Css Color HEX #52920F Limeade

📋 copy color: '#52920F'

red 82 ◦ green 146 ◦ blue 15

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

Shades of Limeade #52920F

Tints of Limeade #52920F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 60.08%

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

R = 33.74%
G = 60.08%
B = 6.17%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.90

 K value IS 0.43

RGB Variations

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

Color information

#52920F (or 0x52920F) is known color: Limeade. HEX triplet: 52, 92 and 0F. RGB value is (82,146,15). Sum of RGB (Red+Green+Blue) = 82+146+15=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 146 (57.42% from 255 or 60.08% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 146 - color contains mainly: green. Hex color #52920F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #52920F is #AD6DF0. Grayscale: #707070. Windows color (decimal): -11365873 or 1020498. OLE color: 1020498.

HSL color Cylindrical-coordinate representation of color #52920F: hue angle of 89.31º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #52920F is Cyan = 0.44, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 15 -
CMYK 0.44 0 0.90 0.43
HSL 89.31º 0.81% 0.32% -
HSV(B) 89.31º 0.9% 0.57% -
XYZ 13.84 22.39 4.04 -
YUV 111.93 73.3 106.65 -
System Red Green Blue C M Y K H S L
Decimal 82 146 15 0.44 0 0.90 0.43 89.31 0.81 0.32
Hex 52 92 F 2C 0 5A 2B 59 51 20
Octal 122 222 17 54 0 132 53 131 121 40
Binary 1010010 10010010 1111 101100 0 1011010 101011 1011001 1010001 100000

Color Harmonies of #52920F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52920F

Black with #52920F

Text Example


Text Example

White with #52920F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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