Html Css Color HEX #64981D Limeade

📋 copy color: '#64981D'

red 100 ◦ green 152 ◦ blue 29

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

Shades of Limeade #64981D

Tints of Limeade #64981D

RGB

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

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

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

R = 35.59%
G = 54.09%
B = 10.32%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#64981D (or 0x64981D) is known color: Limeade. HEX triplet: 64, 98 and 1D. RGB value is (100,152,29). Sum of RGB (Red+Green+Blue) = 100+152+29=281 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.59% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #64981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64981D is #9B67E2. Grayscale: #7A7A7A. Windows color (decimal): -10184675 or 1939556. OLE color: 1939556.

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

Color convert

RGB 100 152 29 -
CMYK 0.34 0 0.81 0.40
HSL 85.37º 0.68% 0.35% -
HSV(B) 85.37º 0.81% 0.6% -
XYZ 16.71 25.25 5.16 -
YUV 122.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 100 152 29 0.34 0 0.81 0.40 85.37 0.68 0.35
Hex 64 98 1D 22 0 51 28 55 44 23
Octal 144 230 35 42 0 121 50 125 104 43
Binary 1100100 10011000 11101 100010 0 1010001 101000 1010101 1000100 100011

Color Harmonies of #64981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64981D

Black with #64981D

Text Example


Text Example

White with #64981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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