Html Css Color HEX #64A82C Limeade

📋 copy color: '#64A82C'

red 100 ◦ green 168 ◦ blue 44

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

Shades of Limeade #64A82C

Tints of Limeade #64A82C

RGB

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

 GREEN value IS 168 (66.02% from 255) = 53.85%

 BLUE value IS 44 (17.58% from 255) = 14.1%

R = 32.05%
G = 53.85%
B = 14.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#64A82C (or 0x64A82C) is known color: Limeade. HEX triplet: 64, A8 and 2C. RGB value is (100,168,44). Sum of RGB (Red+Green+Blue) = 100+168+44=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 168 (66.02% from 255 or 53.85% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 168 - color contains mainly: green. Hex color #64A82C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A82C is #9B57D3. Grayscale: #858585. Windows color (decimal): -10180564 or 2926692. OLE color: 2926692.

HSL color Cylindrical-coordinate representation of color #64A82C: hue angle of 92.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #64A82C is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 100 168 44 -
CMYK 0.40 0 0.74 0.34
HSL 92.9º 0.58% 0.42% -
HSV(B) 92.9º 0.74% 0.66% -
XYZ 19.71 30.9 7.31 -
YUV 133.53 77.47 104.08 -
System Red Green Blue C M Y K H S L
Decimal 100 168 44 0.40 0 0.74 0.34 92.9 0.58 0.42
Hex 64 A8 2C 28 0 4A 22 5D 3A 2A
Octal 144 250 54 50 0 112 42 135 72 52
Binary 1100100 10101000 101100 101000 0 1001010 100010 1011101 111010 101010

Color Harmonies of #64A82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A82C

Black with #64A82C

Text Example


Text Example

White with #64A82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,168,44); }

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

background-color css

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

 a { background-color: rgb(100,168,44); }

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

border-color css

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

 span { border-color: rgb(100,168,44); }

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