Html Css Color HEX #529105 Limeade

📋 copy color: '#529105'

red 82 ◦ green 145 ◦ blue 5

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

Shades of Limeade #529105

Tints of Limeade #529105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.16%

R = 35.34%
G = 62.5%
B = 2.16%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.43

RGB Variations

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

Color information

#529105 (or 0x529105) is known color: Limeade. HEX triplet: 52, 91 and 05. RGB value is (82,145,5). Sum of RGB (Red+Green+Blue) = 82+145+5=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 145 (57.03% from 255 or 62.5% from 232); Blue value is 5 (2.34% from 255 or 2.16% from 232); Max value from RGB is 145 - color contains mainly: green. Hex color #529105 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529105 is #AD6EFA. Grayscale: #6E6E6E. Windows color (decimal): -11366139 or 364882. OLE color: 364882.

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

Color convert

RGB 82 145 5 -
CMYK 0.43 0 0.97 0.43
HSL 87º 0.93% 0.29% -
HSV(B) 87º 0.97% 0.57% -
XYZ 13.63 22.06 3.68 -
YUV 110.2 68.63 107.88 -
System Red Green Blue C M Y K H S L
Decimal 82 145 5 0.43 0 0.97 0.43 87 0.93 0.29
Hex 52 91 5 2B 0 61 2B 57 5D 1D
Octal 122 221 5 53 0 141 53 127 135 35
Binary 1010010 10010001 101 101011 0 1100001 101011 1010111 1011101 11101

Color Harmonies of #529105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529105

Black with #529105

Text Example


Text Example

White with #529105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529105; }

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

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

background-color css

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

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

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

border-color css

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

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

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