Html Css Color HEX #64983D Limeade

📋 copy color: '#64983D'

red 100 ◦ green 152 ◦ blue 61

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

Shades of Limeade #64983D

Tints of Limeade #64983D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.56%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 31.95%
G = 48.56%
B = 19.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#64983D (or 0x64983D) is known color: Limeade. HEX triplet: 64, 98 and 3D. RGB value is (100,152,61). Sum of RGB (Red+Green+Blue) = 100+152+61=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 152 (59.77% from 255 or 48.56% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 152 - color contains mainly: green. Hex color #64983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64983D is #9B67C2. Grayscale: #7E7E7E. Windows color (decimal): -10184643 or 4036708. OLE color: 4036708.

HSL color Cylindrical-coordinate representation of color #64983D: hue angle of 94.29º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64983D is Cyan = 0.34, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 61 -
CMYK 0.34 0 0.60 0.40
HSL 94.29º 0.43% 0.42% -
HSV(B) 94.29º 0.6% 0.6% -
XYZ 17.33 25.5 8.42 -
YUV 126.08 91.27 109.4 -
System Red Green Blue C M Y K H S L
Decimal 100 152 61 0.34 0 0.60 0.40 94.29 0.43 0.42
Hex 64 98 3D 22 0 3C 28 5E 2B 2A
Octal 144 230 75 42 0 74 50 136 53 52
Binary 1100100 10011000 111101 100010 0 111100 101000 1011110 101011 101010

Color Harmonies of #64983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64983D

Black with #64983D

Text Example


Text Example

White with #64983D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64983D; }

 p { color: rgb(100,152,61); }

 H1.HeaderClassName
 {
   color: #64983D;
 }
 .AnyTagClassName
 {
   color: #64983D;
 }
</style>

background-color css

<style>
 a { background-color: #64983D; }

 a { background-color: rgb(100,152,61); }

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

border-color css

<style>
 span { border-color: #64983D; }

 span { border-color: rgb(100,152,61); }

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