Html Css Color HEX #64A537 Limeade

📋 copy color: '#64A537'

red 100 ◦ green 165 ◦ blue 55

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

Shades of Limeade #64A537

Tints of Limeade #64A537

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.56%

 BLUE value IS 55 (21.88% from 255) = 17.19%

R = 31.25%
G = 51.56%
B = 17.19%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#64A537 (or 0x64A537) is known color: Limeade. HEX triplet: 64, A5 and 37. RGB value is (100,165,55). Sum of RGB (Red+Green+Blue) = 100+165+55=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 165 (64.84% from 255 or 51.56% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 165 - color contains mainly: green. Hex color #64A537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A537 is #9B5AC8. Grayscale: #858585. Windows color (decimal): -10181321 or 3646820. OLE color: 3646820.

HSL color Cylindrical-coordinate representation of color #64A537: hue angle of 95.45º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64A537 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 100 165 55 -
CMYK 0.39 0 0.67 0.35
HSL 95.45º 0.5% 0.43% -
HSV(B) 95.45º 0.67% 0.65% -
XYZ 19.4 29.9 8.36 -
YUV 133.03 83.97 104.44 -
System Red Green Blue C M Y K H S L
Decimal 100 165 55 0.39 0 0.67 0.35 95.45 0.5 0.43
Hex 64 A5 37 27 0 43 23 5F 32 2B
Octal 144 245 67 47 0 103 43 137 62 53
Binary 1100100 10100101 110111 100111 0 1000011 100011 1011111 110010 101011

Color Harmonies of #64A537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A537

Black with #64A537

Text Example


Text Example

White with #64A537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,165,55); }

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

background-color css

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

 a { background-color: rgb(100,165,55); }

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

border-color css

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

 span { border-color: rgb(100,165,55); }

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