Html Css Color HEX #529E0F Limeade

📋 copy color: '#529E0F'

red 82 ◦ green 158 ◦ blue 15

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

Shades of Limeade #529E0F

Tints of Limeade #529E0F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.96%

 BLUE value IS 15 (6.25% from 255) = 5.88%

R = 32.16%
G = 61.96%
B = 5.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#529E0F (or 0x529E0F) is known color: Limeade. HEX triplet: 52, 9E and 0F. RGB value is (82,158,15). Sum of RGB (Red+Green+Blue) = 82+158+15=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 158 (62.11% from 255 or 61.96% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 158 - color contains mainly: green. Hex color #529E0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529E0F is #AD61F0. Grayscale: #777777. Windows color (decimal): -11362801 or 1023570. OLE color: 1023570.

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

Color convert

RGB 82 158 15 -
CMYK 0.48 0 0.91 0.38
HSL 91.89º 0.83% 0.34% -
HSV(B) 91.89º 0.91% 0.62% -
XYZ 15.79 26.28 4.69 -
YUV 118.97 69.32 101.63 -
System Red Green Blue C M Y K H S L
Decimal 82 158 15 0.48 0 0.91 0.38 91.89 0.83 0.34
Hex 52 9E F 30 0 5B 26 5C 53 22
Octal 122 236 17 60 0 133 46 134 123 42
Binary 1010010 10011110 1111 110000 0 1011011 100110 1011100 1010011 100010

Color Harmonies of #529E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E0F

Black with #529E0F

Text Example


Text Example

White with #529E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,158,15); }

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

background-color css

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

 a { background-color: rgb(82,158,15); }

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

border-color css

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

 span { border-color: rgb(82,158,15); }

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