Html Css Color HEX #639C20 Limeade

📋 copy color: '#639C20'

red 99 ◦ green 156 ◦ blue 32

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

Shades of Limeade #639C20

Tints of Limeade #639C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.36%

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

R = 34.49%
G = 54.36%
B = 11.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#639C20 (or 0x639C20) is known color: Limeade. HEX triplet: 63, 9C and 20. RGB value is (99,156,32). Sum of RGB (Red+Green+Blue) = 99+156+32=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 156 (61.33% from 255 or 54.36% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 156 - color contains mainly: green. Hex color #639C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639C20 is #9C63DF. Grayscale: #7D7D7D. Windows color (decimal): -10249184 or 2137187. OLE color: 2137187.

HSL color Cylindrical-coordinate representation of color #639C20: hue angle of 87.58º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #639C20 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 156 32 -
CMYK 0.37 0 0.79 0.39
HSL 87.58º 0.66% 0.37% -
HSV(B) 87.58º 0.79% 0.61% -
XYZ 17.29 26.53 5.58 -
YUV 124.82 75.62 109.58 -
System Red Green Blue C M Y K H S L
Decimal 99 156 32 0.37 0 0.79 0.39 87.58 0.66 0.37
Hex 63 9C 20 25 0 4F 27 58 42 25
Octal 143 234 40 45 0 117 47 130 102 45
Binary 1100011 10011100 100000 100101 0 1001111 100111 1011000 1000010 100101

Color Harmonies of #639C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C20

Black with #639C20

Text Example


Text Example

White with #639C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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