Html Css Color HEX #649C1D Limeade

📋 copy color: '#649C1D'

red 100 ◦ green 156 ◦ blue 29

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

Shades of Limeade #649C1D

Tints of Limeade #649C1D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 54.74%

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

R = 35.09%
G = 54.74%
B = 10.18%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.39

RGB Variations

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

Color information

#649C1D (or 0x649C1D) is known color: Limeade. HEX triplet: 64, 9C and 1D. RGB value is (100,156,29). Sum of RGB (Red+Green+Blue) = 100+156+29=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #649C1D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C1D is #9B63E2. Grayscale: #7D7D7D. Windows color (decimal): -10183651 or 1940580. OLE color: 1940580.

HSL color Cylindrical-coordinate representation of color #649C1D: hue angle of 86.46º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #649C1D is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB 100 156 29 -
CMYK 0.36 0 0.81 0.39
HSL 86.46º 0.69% 0.36% -
HSV(B) 86.46º 0.81% 0.61% -
XYZ 17.37 26.57 5.38 -
YUV 124.78 73.95 110.33 -
System Red Green Blue C M Y K H S L
Decimal 100 156 29 0.36 0 0.81 0.39 86.46 0.69 0.36
Hex 64 9C 1D 24 0 51 27 56 45 24
Octal 144 234 35 44 0 121 47 126 105 44
Binary 1100100 10011100 11101 100100 0 1010001 100111 1010110 1000101 100100

Color Harmonies of #649C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649C1D

Black with #649C1D

Text Example


Text Example

White with #649C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649C1D; }

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

 H1.HeaderClassName
 {
   color: #649C1D;
 }
 .AnyTagClassName
 {
   color: #649C1D;
 }
</style>

background-color css

<style>
 a { background-color: #649C1D; }

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

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

border-color css

<style>
 span { border-color: #649C1D; }

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

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