Html Css Color HEX #64A235 Limeade

📋 copy color: '#64A235'

red 100 ◦ green 162 ◦ blue 53

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

Shades of Limeade #64A235

Tints of Limeade #64A235

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.43%

 BLUE value IS 53 (21.09% from 255) = 16.83%

R = 31.75%
G = 51.43%
B = 16.83%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#64A235 (or 0x64A235) is known color: Limeade. HEX triplet: 64, A2 and 35. RGB value is (100,162,53). Sum of RGB (Red+Green+Blue) = 100+162+53=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 162 (63.67% from 255 or 51.43% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 162 - color contains mainly: green. Hex color #64A235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64A235 is #9B5DCA. Grayscale: #838383. Windows color (decimal): -10182091 or 3514980. OLE color: 3514980.

HSL color Cylindrical-coordinate representation of color #64A235: hue angle of 94.13º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64A235 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 100 162 53 -
CMYK 0.38 0 0.67 0.36
HSL 94.13º 0.51% 0.42% -
HSV(B) 94.13º 0.67% 0.64% -
XYZ 18.82 28.81 7.94 -
YUV 131.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 100 162 53 0.38 0 0.67 0.36 94.13 0.51 0.42
Hex 64 A2 35 26 0 43 24 5E 33 2A
Octal 144 242 65 46 0 103 44 136 63 52
Binary 1100100 10100010 110101 100110 0 1000011 100100 1011110 110011 101010

Color Harmonies of #64A235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64A235

Black with #64A235

Text Example


Text Example

White with #64A235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,162,53); }

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

background-color css

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

 a { background-color: rgb(100,162,53); }

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

border-color css

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

 span { border-color: rgb(100,162,53); }

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