Html Css Color HEX #639520 Limeade

📋 copy color: '#639520'

red 99 ◦ green 149 ◦ blue 32

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

Shades of Limeade #639520

Tints of Limeade #639520

RGB

 RED value IS 99 (39.06% from 255) = 35.36%

 GREEN value IS 149 (58.59% from 255) = 53.21%

 BLUE value IS 32 (12.89% from 255) = 11.43%

R = 35.36%
G = 53.21%
B = 11.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#639520 (or 0x639520) is known color: Limeade. HEX triplet: 63, 95 and 20. RGB value is (99,149,32). Sum of RGB (Red+Green+Blue) = 99+149+32=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #639520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639520 is #9C6ADF. Grayscale: #797979. Windows color (decimal): -10250976 or 2135395. OLE color: 2135395.

HSL color Cylindrical-coordinate representation of color #639520: hue angle of 85.64º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #639520 is Cyan = 0.34, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 149 32 -
CMYK 0.34 0 0.79 0.42
HSL 85.64º 0.65% 0.35% -
HSV(B) 85.64º 0.79% 0.58% -
XYZ 16.15 24.25 5.2 -
YUV 120.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 99 149 32 0.34 0 0.79 0.42 85.64 0.65 0.35
Hex 63 95 20 22 0 4F 2A 56 41 23
Octal 143 225 40 42 0 117 52 126 101 43
Binary 1100011 10010101 100000 100010 0 1001111 101010 1010110 1000001 100011

Color Harmonies of #639520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639520

Black with #639520

Text Example


Text Example

White with #639520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639520; }

 p { color: rgb(99,149,32); }

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

background-color css

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

 a { background-color: rgb(99,149,32); }

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

border-color css

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

 span { border-color: rgb(99,149,32); }

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