Html Css Color HEX #64A11D Limeade

📋 copy color: '#64A11D'

red 100 ◦ green 161 ◦ blue 29

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

Shades of Limeade #64A11D

Tints of Limeade #64A11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 34.48%
G = 55.52%
B = 10%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#64A11D (or 0x64A11D) is known color: Limeade. HEX triplet: 64, A1 and 1D. RGB value is (100,161,29). Sum of RGB (Red+Green+Blue) = 100+161+29=290 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.48% from 290); Green value is 161 (63.28% from 255 or 55.52% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 161 - color contains mainly: green. Hex color #64A11D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A11D is #9B5EE2. Grayscale: #808080. Windows color (decimal): -10182371 or 1941860. OLE color: 1941860.

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

Color convert

RGB 100 161 29 -
CMYK 0.38 0 0.82 0.37
HSL 87.73º 0.69% 0.37% -
HSV(B) 87.73º 0.82% 0.63% -
XYZ 18.22 28.29 5.66 -
YUV 127.71 72.29 108.23 -
System Red Green Blue C M Y K H S L
Decimal 100 161 29 0.38 0 0.82 0.37 87.73 0.69 0.37
Hex 64 A1 1D 26 0 52 25 58 45 25
Octal 144 241 35 46 0 122 45 130 105 45
Binary 1100100 10100001 11101 100110 0 1010010 100101 1011000 1000101 100101

Color Harmonies of #64A11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A11D

Black with #64A11D

Text Example


Text Example

White with #64A11D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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