Html Css Color HEX #529923 Limeade

📋 copy color: '#529923'

red 82 ◦ green 153 ◦ blue 35

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

Shades of Limeade #529923

Tints of Limeade #529923

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.67%

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 30.37%
G = 56.67%
B = 12.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.77

 K value IS 0.4

RGB Variations

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

Color information

#529923 (or 0x529923) is known color: Limeade. HEX triplet: 52, 99 and 23. RGB value is (82,153,35). Sum of RGB (Red+Green+Blue) = 82+153+35=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #529923 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529923 is #AD66DC. Grayscale: #767676. Windows color (decimal): -11364061 or 2333010. OLE color: 2333010.

HSL color Cylindrical-coordinate representation of color #529923: hue angle of 96.1º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #529923 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 35 -
CMYK 0.46 0 0.77 0.4
HSL 96.1º 0.63% 0.37% -
HSV(B) 96.1º 0.77% 0.6% -
XYZ 15.17 24.7 5.56 -
YUV 118.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 82 153 35 0.46 0 0.77 0.4 96.1 0.63 0.37
Hex 52 99 23 2E 0 4D 28 60 3F 25
Octal 122 231 43 56 0 115 50 140 77 45
Binary 1010010 10011001 100011 101110 0 1001101 101000 1100000 111111 100101

Color Harmonies of #529923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529923

Black with #529923

Text Example


Text Example

White with #529923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529923; }

 p { color: rgb(82,153,35); }

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

background-color css

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

 a { background-color: rgb(82,153,35); }

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

border-color css

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

 span { border-color: rgb(82,153,35); }

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