Html Css Color HEX #639920 Limeade

📋 copy color: '#639920'

red 99 ◦ green 153 ◦ blue 32

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

Shades of Limeade #639920

Tints of Limeade #639920

RGB

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

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

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

R = 34.86%
G = 53.87%
B = 11.27%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#639920 (or 0x639920) is known color: Limeade. HEX triplet: 63, 99 and 20. RGB value is (99,153,32). Sum of RGB (Red+Green+Blue) = 99+153+32=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 153 (60.16% from 255 or 53.87% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 153 - color contains mainly: green. Hex color #639920 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639920 is #9C66DF. Grayscale: #7B7B7B. Windows color (decimal): -10249952 or 2136419. OLE color: 2136419.

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

Color convert

RGB 99 153 32 -
CMYK 0.35 0 0.79 0.4
HSL 86.78º 0.65% 0.36% -
HSV(B) 86.78º 0.79% 0.6% -
XYZ 16.8 25.54 5.41 -
YUV 123.06 76.61 110.84 -
System Red Green Blue C M Y K H S L
Decimal 99 153 32 0.35 0 0.79 0.4 86.78 0.65 0.36
Hex 63 99 20 23 0 4F 28 57 41 24
Octal 143 231 40 43 0 117 50 127 101 44
Binary 1100011 10011001 100000 100011 0 1001111 101000 1010111 1000001 100100

Color Harmonies of #639920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639920

Black with #639920

Text Example


Text Example

White with #639920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639920; }

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

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

background-color css

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

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

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

border-color css

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

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

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