Html Css Color HEX #639916 Limeade

📋 copy color: '#639916'

red 99 ◦ green 153 ◦ blue 22

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

Shades of Limeade #639916

Tints of Limeade #639916

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 36.13%
G = 55.84%
B = 8.03%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.86

 K value IS 0.4

RGB Variations

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

Color information

#639916 (or 0x639916) is known color: Limeade. HEX triplet: 63, 99 and 16. RGB value is (99,153,22). Sum of RGB (Red+Green+Blue) = 99+153+22=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 153 (60.16% from 255 or 55.84% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 153 - color contains mainly: green. Hex color #639916 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639916 is #9C66E9. Grayscale: #7A7A7A. Windows color (decimal): -10249962 or 1481059. OLE color: 1481059.

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

Color convert

RGB 99 153 22 -
CMYK 0.35 0 0.86 0.4
HSL 84.73º 0.75% 0.34% -
HSV(B) 84.73º 0.86% 0.6% -
XYZ 16.68 25.49 4.8 -
YUV 121.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 99 153 22 0.35 0 0.86 0.4 84.73 0.75 0.34
Hex 63 99 16 23 0 56 28 55 4B 22
Octal 143 231 26 43 0 126 50 125 113 42
Binary 1100011 10011001 10110 100011 0 1010110 101000 1010101 1001011 100010

Color Harmonies of #639916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639916

Black with #639916

Text Example


Text Example

White with #639916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639916; }

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

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

background-color css

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

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

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

border-color css

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

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

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