Html Css Color HEX #639D2D Limeade

📋 copy color: '#639D2D'

red 99 ◦ green 157 ◦ blue 45

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

Shades of Limeade #639D2D

Tints of Limeade #639D2D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 52.16%

 BLUE value IS 45 (17.97% from 255) = 14.95%

R = 32.89%
G = 52.16%
B = 14.95%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#639D2D (or 0x639D2D) is known color: Limeade. HEX triplet: 63, 9D and 2D. RGB value is (99,157,45). Sum of RGB (Red+Green+Blue) = 99+157+45=301 (39% of max value = 765). Red value is 99 (39.06% from 255 or 32.89% from 301); Green value is 157 (61.72% from 255 or 52.16% from 301); Blue value is 45 (17.97% from 255 or 14.95% from 301); Max value from RGB is 157 - color contains mainly: green. Hex color #639D2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D2D is #9C62D2. Grayscale: #7F7F7F. Windows color (decimal): -10248915 or 2989411. OLE color: 2989411.

HSL color Cylindrical-coordinate representation of color #639D2D: hue angle of 91.07º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #639D2D is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 157 45 -
CMYK 0.37 0 0.71 0.38
HSL 91.07º 0.55% 0.4% -
HSV(B) 91.07º 0.71% 0.62% -
XYZ 17.68 26.96 6.75 -
YUV 126.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 99 157 45 0.37 0 0.71 0.38 91.07 0.55 0.4
Hex 63 9D 2D 25 0 47 26 5B 37 28
Octal 143 235 55 45 0 107 46 133 67 50
Binary 1100011 10011101 101101 100101 0 1000111 100110 1011011 110111 101000

Color Harmonies of #639D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639D2D

Black with #639D2D

Text Example


Text Example

White with #639D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,157,45); }

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

background-color css

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

 a { background-color: rgb(99,157,45); }

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

border-color css

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

 span { border-color: rgb(99,157,45); }

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