Html Css Color HEX #528F05 Limeade

📋 copy color: '#528F05'

red 82 ◦ green 143 ◦ blue 5

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

Shades of Limeade #528F05

Tints of Limeade #528F05

RGB

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

 GREEN value IS 143 (56.25% from 255) = 62.17%

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

R = 35.65%
G = 62.17%
B = 2.17%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#528F05 (or 0x528F05) is known color: Limeade. HEX triplet: 52, 8F and 05. RGB value is (82,143,5). Sum of RGB (Red+Green+Blue) = 82+143+5=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 143 (56.25% from 255 or 62.17% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 143 - color contains mainly: green. Hex color #528F05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #528F05 is #AD70FA. Grayscale: #6D6D6D. Windows color (decimal): -11366651 or 364370. OLE color: 364370.

HSL color Cylindrical-coordinate representation of color #528F05: hue angle of 86.52º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #528F05 is Cyan = 0.43, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 143 5 -
CMYK 0.43 0 0.97 0.44
HSL 86.52º 0.93% 0.29% -
HSV(B) 86.52º 0.97% 0.56% -
XYZ 13.33 21.45 3.58 -
YUV 109.03 69.29 108.72 -
System Red Green Blue C M Y K H S L
Decimal 82 143 5 0.43 0 0.97 0.44 86.52 0.93 0.29
Hex 52 8F 5 2B 0 61 2C 57 5D 1D
Octal 122 217 5 53 0 141 54 127 135 35
Binary 1010010 10001111 101 101011 0 1100001 101100 1010111 1011101 11101

Color Harmonies of #528F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528F05

Black with #528F05

Text Example


Text Example

White with #528F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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