Html Css Color HEX #64A328 Limeade

📋 copy color: '#64A328'

red 100 ◦ green 163 ◦ blue 40

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

Shades of Limeade #64A328

Tints of Limeade #64A328

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.8%

 BLUE value IS 40 (16.02% from 255) = 13.2%

R = 33%
G = 53.8%
B = 13.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#64A328 (or 0x64A328) is known color: Limeade. HEX triplet: 64, A3 and 28. RGB value is (100,163,40). Sum of RGB (Red+Green+Blue) = 100+163+40=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 40 (16.02% from 255 or 13.20% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #64A328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A328 is #9B5CD7. Grayscale: #828282. Windows color (decimal): -10181848 or 2663268. OLE color: 2663268.

HSL color Cylindrical-coordinate representation of color #64A328: hue angle of 90.73º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #64A328 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 163 40 -
CMYK 0.39 0 0.75 0.36
HSL 90.73º 0.61% 0.4% -
HSV(B) 90.73º 0.75% 0.64% -
XYZ 18.74 29.06 6.63 -
YUV 130.14 77.13 106.5 -
System Red Green Blue C M Y K H S L
Decimal 100 163 40 0.39 0 0.75 0.36 90.73 0.61 0.4
Hex 64 A3 28 27 0 4B 24 5B 3D 28
Octal 144 243 50 47 0 113 44 133 75 50
Binary 1100100 10100011 101000 100111 0 1001011 100100 1011011 111101 101000

Color Harmonies of #64A328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A328

Black with #64A328

Text Example


Text Example

White with #64A328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64A328; }

 p { color: rgb(100,163,40); }

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

background-color css

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

 a { background-color: rgb(100,163,40); }

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

border-color css

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

 span { border-color: rgb(100,163,40); }

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