Html Css Color HEX #64A42E Limeade

📋 copy color: '#64A42E'

red 100 ◦ green 164 ◦ blue 46

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

Shades of Limeade #64A42E

Tints of Limeade #64A42E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 52.9%

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 32.26%
G = 52.9%
B = 14.84%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#64A42E (or 0x64A42E) is known color: Limeade. HEX triplet: 64, A4 and 2E. RGB value is (100,164,46). Sum of RGB (Red+Green+Blue) = 100+164+46=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 164 (64.45% from 255 or 52.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 164 - color contains mainly: green. Hex color #64A42E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A42E is #9B5BD1. Grayscale: #838383. Windows color (decimal): -10181586 or 3056740. OLE color: 3056740.

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

Color convert

RGB 100 164 46 -
CMYK 0.39 0 0.72 0.36
HSL 92.54º 0.56% 0.41% -
HSV(B) 92.54º 0.72% 0.64% -
XYZ 19.02 29.46 7.27 -
YUV 131.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 100 164 46 0.39 0 0.72 0.36 92.54 0.56 0.41
Hex 64 A4 2E 27 0 48 24 5D 38 29
Octal 144 244 56 47 0 110 44 135 70 51
Binary 1100100 10100100 101110 100111 0 1001000 100100 1011101 111000 101001

Color Harmonies of #64A42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A42E

Black with #64A42E

Text Example


Text Example

White with #64A42E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,164,46); }

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

background-color css

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

 a { background-color: rgb(100,164,46); }

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

border-color css

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

 span { border-color: rgb(100,164,46); }

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