Html Css Color HEX #64951E Limeade

📋 copy color: '#64951E'

red 100 ◦ green 149 ◦ blue 30

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

Shades of Limeade #64951E

Tints of Limeade #64951E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 53.41%

 BLUE value IS 30 (12.11% from 255) = 10.75%

R = 35.84%
G = 53.41%
B = 10.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#64951E (or 0x64951E) is known color: Limeade. HEX triplet: 64, 95 and 1E. RGB value is (100,149,30). Sum of RGB (Red+Green+Blue) = 100+149+30=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #64951E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64951E is #9B6AE1. Grayscale: #797979. Windows color (decimal): -10185442 or 2004324. OLE color: 2004324.

HSL color Cylindrical-coordinate representation of color #64951E: hue angle of 84.71º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #64951E is Cyan = 0.33, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 149 30 -
CMYK 0.33 0 0.80 0.42
HSL 84.71º 0.66% 0.35% -
HSV(B) 84.71º 0.8% 0.58% -
XYZ 16.24 24.3 5.06 -
YUV 120.78 76.77 113.18 -
System Red Green Blue C M Y K H S L
Decimal 100 149 30 0.33 0 0.80 0.42 84.71 0.66 0.35
Hex 64 95 1E 21 0 50 2A 55 42 23
Octal 144 225 36 41 0 120 52 125 102 43
Binary 1100100 10010101 11110 100001 0 1010000 101010 1010101 1000010 100011

Color Harmonies of #64951E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64951E

Black with #64951E

Text Example


Text Example

White with #64951E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64951E; }

 p { color: rgb(100,149,30); }

 H1.HeaderClassName
 {
   color: #64951E;
 }
 .AnyTagClassName
 {
   color: #64951E;
 }
</style>

background-color css

<style>
 a { background-color: #64951E; }

 a { background-color: rgb(100,149,30); }

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

border-color css

<style>
 span { border-color: #64951E; }

 span { border-color: rgb(100,149,30); }

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