Html Css Color HEX #529D01 Limeade

📋 copy color: '#529D01'

red 82 ◦ green 157 ◦ blue 1

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

Shades of Limeade #529D01

Tints of Limeade #529D01

RGB

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

 GREEN value IS 157 (61.72% from 255) = 65.42%

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

R = 34.17%
G = 65.42%
B = 0.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#529D01 (or 0x529D01) is known color: Limeade. HEX triplet: 52, 9D and 01. RGB value is (82,157,1). Sum of RGB (Red+Green+Blue) = 82+157+1=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 157 (61.72% from 255 or 65.42% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 157 - color contains mainly: green. Hex color #529D01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D01 is #AD62FE. Grayscale: #757575. Windows color (decimal): -11363071 or 105810. OLE color: 105810.

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

Color convert

RGB 82 157 1 -
CMYK 0.48 0 0.99 0.38
HSL 88.85º 0.99% 0.31% -
HSV(B) 88.85º 0.99% 0.62% -
XYZ 15.54 25.91 4.21 -
YUV 116.79 62.65 103.18 -
System Red Green Blue C M Y K H S L
Decimal 82 157 1 0.48 0 0.99 0.38 88.85 0.99 0.31
Hex 52 9D 1 30 0 63 26 59 63 1F
Octal 122 235 1 60 0 143 46 131 143 37
Binary 1010010 10011101 1 110000 0 1100011 100110 1011001 1100011 11111

Color Harmonies of #529D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D01

Black with #529D01

Text Example


Text Example

White with #529D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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