Html Css Color HEX #529101 Limeade

📋 copy color: '#529101'

red 82 ◦ green 145 ◦ blue 1

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

Shades of Limeade #529101

Tints of Limeade #529101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 35.96%
G = 63.6%
B = 0.44%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#529101 (or 0x529101) is known color: Limeade. HEX triplet: 52, 91 and 01. RGB value is (82,145,1). Sum of RGB (Red+Green+Blue) = 82+145+1=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 145 (57.03% from 255 or 63.60% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 145 - color contains mainly: green. Hex color #529101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529101 is #AD6EFE. Grayscale: #6E6E6E. Windows color (decimal): -11366143 or 102738. OLE color: 102738.

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

Color convert

RGB 82 145 1 -
CMYK 0.43 0 0.99 0.43
HSL 86.25º 0.99% 0.29% -
HSV(B) 86.25º 0.99% 0.57% -
XYZ 13.61 22.05 3.57 -
YUV 109.75 66.63 108.21 -
System Red Green Blue C M Y K H S L
Decimal 82 145 1 0.43 0 0.99 0.43 86.25 0.99 0.29
Hex 52 91 1 2B 0 63 2B 56 63 1D
Octal 122 221 1 53 0 143 53 126 143 35
Binary 1010010 10010001 1 101011 0 1100011 101011 1010110 1100011 11101

Color Harmonies of #529101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529101

Black with #529101

Text Example


Text Example

White with #529101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529101; }

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

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

background-color css

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

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

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

border-color css

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

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

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