Html Css Color HEX #64A133 Limeade

📋 copy color: '#64A133'

red 100 ◦ green 161 ◦ blue 51

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

Shades of Limeade #64A133

Tints of Limeade #64A133

RGB

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

 GREEN value IS 161 (63.28% from 255) = 51.6%

 BLUE value IS 51 (20.31% from 255) = 16.35%

R = 32.05%
G = 51.6%
B = 16.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#64A133 (or 0x64A133) is known color: Limeade. HEX triplet: 64, A1 and 33. RGB value is (100,161,51). Sum of RGB (Red+Green+Blue) = 100+161+51=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 51 (20.31% from 255 or 16.35% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #64A133 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A133 is #9B5ECC. Grayscale: #828282. Windows color (decimal): -10182349 or 3383652. OLE color: 3383652.

HSL color Cylindrical-coordinate representation of color #64A133: hue angle of 93.27º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #64A133 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.37.

Color convert

RGB 100 161 51 -
CMYK 0.38 0 0.68 0.37
HSL 93.27º 0.52% 0.42% -
HSV(B) 93.27º 0.68% 0.63% -
XYZ 18.6 28.44 7.64 -
YUV 130.22 83.29 106.44 -
System Red Green Blue C M Y K H S L
Decimal 100 161 51 0.38 0 0.68 0.37 93.27 0.52 0.42
Hex 64 A1 33 26 0 44 25 5D 34 2A
Octal 144 241 63 46 0 104 45 135 64 52
Binary 1100100 10100001 110011 100110 0 1000100 100101 1011101 110100 101010

Color Harmonies of #64A133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A133

Black with #64A133

Text Example


Text Example

White with #64A133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,161,51); }

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

background-color css

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

 a { background-color: rgb(100,161,51); }

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

border-color css

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

 span { border-color: rgb(100,161,51); }

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