Html Css Color HEX #64993B Limeade

📋 copy color: '#64993B'

red 100 ◦ green 153 ◦ blue 59

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

Shades of Limeade #64993B

Tints of Limeade #64993B

RGB

 RED value IS 100 (39.45% from 255) = 32.05%

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

 BLUE value IS 59 (23.44% from 255) = 18.91%

R = 32.05%
G = 49.04%
B = 18.91%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.61

 K value IS 0.4

RGB Variations

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

Color information

#64993B (or 0x64993B) is known color: Limeade. HEX triplet: 64, 99 and 3B. RGB value is (100,153,59). Sum of RGB (Red+Green+Blue) = 100+153+59=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 153 (60.16% from 255 or 49.04% from 312); Blue value is 59 (23.44% from 255 or 18.91% from 312); Max value from RGB is 153 - color contains mainly: green. Hex color #64993B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993B is #9B66C4. Grayscale: #7E7E7E. Windows color (decimal): -10184389 or 3905892. OLE color: 3905892.

HSL color Cylindrical-coordinate representation of color #64993B: hue angle of 93.83º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64993B is Cyan = 0.35, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 59 -
CMYK 0.35 0 0.61 0.4
HSL 93.83º 0.44% 0.42% -
HSV(B) 93.83º 0.61% 0.6% -
XYZ 17.44 25.81 8.2 -
YUV 126.44 89.94 109.14 -
System Red Green Blue C M Y K H S L
Decimal 100 153 59 0.35 0 0.61 0.4 93.83 0.44 0.42
Hex 64 99 3B 23 0 3D 28 5E 2C 2A
Octal 144 231 73 43 0 75 50 136 54 52
Binary 1100100 10011001 111011 100011 0 111101 101000 1011110 101100 101010

Color Harmonies of #64993B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64993B

Black with #64993B

Text Example


Text Example

White with #64993B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64993B; }

 p { color: rgb(100,153,59); }

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

background-color css

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

 a { background-color: rgb(100,153,59); }

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

border-color css

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

 span { border-color: rgb(100,153,59); }

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