Html Css Color HEX #529108 Limeade

📋 copy color: '#529108'

red 82 ◦ green 145 ◦ blue 8

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

Shades of Limeade #529108

Tints of Limeade #529108

RGB

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

 GREEN value IS 145 (57.03% from 255) = 61.7%

 BLUE value IS 8 (3.52% from 255) = 3.4%

R = 34.89%
G = 61.7%
B = 3.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.94

 K value IS 0.43

RGB Variations

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

Color information

#529108 (or 0x529108) is known color: Limeade. HEX triplet: 52, 91 and 08. RGB value is (82,145,8). Sum of RGB (Red+Green+Blue) = 82+145+8=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 8 (3.52% from 255 or 3.40% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #529108 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529108 is #AD6EF7. Grayscale: #6F6F6F. Windows color (decimal): -11366136 or 561490. OLE color: 561490.

HSL color Cylindrical-coordinate representation of color #529108: hue angle of 87.59º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529108 is Cyan = 0.43, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 8 -
CMYK 0.43 0 0.94 0.43
HSL 87.59º 0.9% 0.3% -
HSV(B) 87.59º 0.94% 0.57% -
XYZ 13.65 22.06 3.77 -
YUV 110.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 82 145 8 0.43 0 0.94 0.43 87.59 0.9 0.3
Hex 52 91 8 2B 0 5E 2B 58 5A 1E
Octal 122 221 10 53 0 136 53 130 132 36
Binary 1010010 10010001 1000 101011 0 1011110 101011 1011000 1011010 11110

Color Harmonies of #529108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529108

Black with #529108

Text Example


Text Example

White with #529108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529108; }

 p { color: rgb(82,145,8); }

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

background-color css

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

 a { background-color: rgb(82,145,8); }

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

border-color css

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

 span { border-color: rgb(82,145,8); }

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