Html Css Color HEX #529307 Limeade

📋 copy color: '#529307'

red 82 ◦ green 147 ◦ blue 7

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

Shades of Limeade #529307

Tints of Limeade #529307

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.29%

 BLUE value IS 7 (3.13% from 255) = 2.97%

R = 34.75%
G = 62.29%
B = 2.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#529307 (or 0x529307) is known color: Limeade. HEX triplet: 52, 93 and 07. RGB value is (82,147,7). Sum of RGB (Red+Green+Blue) = 82+147+7=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 7 (3.12% from 255 or 2.97% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #529307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529307 is #AD6CF8. Grayscale: #707070. Windows color (decimal): -11365625 or 496466. OLE color: 496466.

HSL color Cylindrical-coordinate representation of color #529307: hue angle of 87.86º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #529307 is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 7 -
CMYK 0.44 0 0.95 0.42
HSL 87.86º 0.91% 0.3% -
HSV(B) 87.86º 0.95% 0.58% -
XYZ 13.95 22.68 3.84 -
YUV 111.61 68.97 106.88 -
System Red Green Blue C M Y K H S L
Decimal 82 147 7 0.44 0 0.95 0.42 87.86 0.91 0.3
Hex 52 93 7 2C 0 5F 2A 58 5B 1E
Octal 122 223 7 54 0 137 52 130 133 36
Binary 1010010 10010011 111 101100 0 1011111 101010 1011000 1011011 11110

Color Harmonies of #529307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529307

Black with #529307

Text Example


Text Example

White with #529307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529307; }

 p { color: rgb(82,147,7); }

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

background-color css

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

 a { background-color: rgb(82,147,7); }

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

border-color css

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

 span { border-color: rgb(82,147,7); }

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