Html Css Color HEX #529E07 Limeade

📋 copy color: '#529E07'

red 82 ◦ green 158 ◦ blue 7

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

Shades of Limeade #529E07

Tints of Limeade #529E07

RGB

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

 GREEN value IS 158 (62.11% from 255) = 63.97%

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

R = 33.2%
G = 63.97%
B = 2.83%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#529E07 (or 0x529E07) is known color: Limeade. HEX triplet: 52, 9E and 07. RGB value is (82,158,7). Sum of RGB (Red+Green+Blue) = 82+158+7=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 158 (62.11% from 255 or 63.97% from 247); Blue value is 7 (3.12% from 255 or 2.83% from 247); Max value from RGB is 158 - color contains mainly: green. Hex color #529E07 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529E07 is #AD61F8. Grayscale: #767676. Windows color (decimal): -11362809 or 499282. OLE color: 499282.

HSL color Cylindrical-coordinate representation of color #529E07: hue angle of 90.2º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #529E07 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 158 7 -
CMYK 0.48 0 0.96 0.38
HSL 90.2º 0.92% 0.32% -
HSV(B) 90.2º 0.96% 0.62% -
XYZ 15.74 26.26 4.44 -
YUV 118.06 65.32 102.28 -
System Red Green Blue C M Y K H S L
Decimal 82 158 7 0.48 0 0.96 0.38 90.2 0.92 0.32
Hex 52 9E 7 30 0 60 26 5A 5C 20
Octal 122 236 7 60 0 140 46 132 134 40
Binary 1010010 10011110 111 110000 0 1100000 100110 1011010 1011100 100000

Color Harmonies of #529E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E07

Black with #529E07

Text Example


Text Example

White with #529E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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