Html Css Color HEX #64991D Limeade

📋 copy color: '#64991D'

red 100 ◦ green 153 ◦ blue 29

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

Shades of Limeade #64991D

Tints of Limeade #64991D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 35.46%
G = 54.26%
B = 10.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.81

 K value IS 0.4

RGB Variations

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

Color information

#64991D (or 0x64991D) is known color: Limeade. HEX triplet: 64, 99 and 1D. RGB value is (100,153,29). Sum of RGB (Red+Green+Blue) = 100+153+29=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #64991D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64991D is #9B66E2. Grayscale: #7B7B7B. Windows color (decimal): -10184419 or 1939812. OLE color: 1939812.

HSL color Cylindrical-coordinate representation of color #64991D: hue angle of 85.65º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #64991D is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 153 29 -
CMYK 0.35 0 0.81 0.4
HSL 85.65º 0.68% 0.36% -
HSV(B) 85.65º 0.81% 0.6% -
XYZ 16.87 25.58 5.21 -
YUV 123.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 100 153 29 0.35 0 0.81 0.4 85.65 0.68 0.36
Hex 64 99 1D 23 0 51 28 56 44 24
Octal 144 231 35 43 0 121 50 126 104 44
Binary 1100100 10011001 11101 100011 0 1010001 101000 1010110 1000100 100100

Color Harmonies of #64991D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64991D

Black with #64991D

Text Example


Text Example

White with #64991D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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