Html Css Color HEX #529B05 Limeade

📋 copy color: '#529B05'

red 82 ◦ green 155 ◦ blue 5

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

Shades of Limeade #529B05

Tints of Limeade #529B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.05%

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

R = 33.88%
G = 64.05%
B = 2.07%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#529B05 (or 0x529B05) is known color: Limeade. HEX triplet: 52, 9B and 05. RGB value is (82,155,5). Sum of RGB (Red+Green+Blue) = 82+155+5=242 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.88% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #529B05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B05 is #AD64FA. Grayscale: #747474. Windows color (decimal): -11363579 or 367442. OLE color: 367442.

HSL color Cylindrical-coordinate representation of color #529B05: hue angle of 89.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #529B05 is Cyan = 0.47, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 155 5 -
CMYK 0.47 0 0.97 0.39
HSL 89.2º 0.94% 0.31% -
HSV(B) 89.2º 0.97% 0.61% -
XYZ 15.23 25.25 4.21 -
YUV 116.07 65.32 103.7 -
System Red Green Blue C M Y K H S L
Decimal 82 155 5 0.47 0 0.97 0.39 89.2 0.94 0.31
Hex 52 9B 5 2F 0 61 27 59 5E 1F
Octal 122 233 5 57 0 141 47 131 136 37
Binary 1010010 10011011 101 101111 0 1100001 100111 1011001 1011110 11111

Color Harmonies of #529B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529B05

Black with #529B05

Text Example


Text Example

White with #529B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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