Html Css Color HEX #64993F Limeade

📋 copy color: '#64993F'

red 100 ◦ green 153 ◦ blue 63

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

Shades of Limeade #64993F

Tints of Limeade #64993F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.94%

R = 31.65%
G = 48.42%
B = 19.94%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#64993F (or 0x64993F) is known color: Limeade. HEX triplet: 64, 99 and 3F. RGB value is (100,153,63). Sum of RGB (Red+Green+Blue) = 100+153+63=316 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.65% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 63 (25% from 255 or 19.94% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #64993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64993F is #9B66C0. Grayscale: #7F7F7F. Windows color (decimal): -10184385 or 4168036. OLE color: 4168036.

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

Color convert

RGB 100 153 63 -
CMYK 0.35 0 0.59 0.4
HSL 95.33º 0.42% 0.42% -
HSV(B) 95.33º 0.59% 0.6% -
XYZ 17.54 25.85 8.77 -
YUV 126.89 91.94 108.82 -
System Red Green Blue C M Y K H S L
Decimal 100 153 63 0.35 0 0.59 0.4 95.33 0.42 0.42
Hex 64 99 3F 23 0 3B 28 5F 2A 2A
Octal 144 231 77 43 0 73 50 137 52 52
Binary 1100100 10011001 111111 100011 0 111011 101000 1011111 101010 101010

Color Harmonies of #64993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64993F

Black with #64993F

Text Example


Text Example

White with #64993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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