Html Css Color HEX #64982F Limeade

📋 copy color: '#64982F'

red 100 ◦ green 152 ◦ blue 47

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

Shades of Limeade #64982F

Tints of Limeade #64982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.72%

R = 33.44%
G = 50.84%
B = 15.72%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#64982F (or 0x64982F) is known color: Limeade. HEX triplet: 64, 98 and 2F. RGB value is (100,152,47). Sum of RGB (Red+Green+Blue) = 100+152+47=299 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.44% from 299); Green value is 152 (59.77% from 255 or 50.84% from 299); Blue value is 47 (18.75% from 255 or 15.72% from 299); Max value from RGB is 152 - color contains mainly: green. Hex color #64982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64982F is #9B67D0. Grayscale: #7C7C7C. Windows color (decimal): -10184657 or 3119204. OLE color: 3119204.

HSL color Cylindrical-coordinate representation of color #64982F: hue angle of 89.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #64982F is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 100 152 47 -
CMYK 0.34 0 0.69 0.40
HSL 89.71º 0.53% 0.39% -
HSV(B) 89.71º 0.69% 0.6% -
XYZ 17 25.37 6.69 -
YUV 124.48 84.27 110.54 -
System Red Green Blue C M Y K H S L
Decimal 100 152 47 0.34 0 0.69 0.40 89.71 0.53 0.39
Hex 64 98 2F 22 0 45 28 5A 35 27
Octal 144 230 57 42 0 105 50 132 65 47
Binary 1100100 10011000 101111 100010 0 1000101 101000 1011010 110101 100111

Color Harmonies of #64982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64982F

Black with #64982F

Text Example


Text Example

White with #64982F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64982F; }

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

 H1.HeaderClassName
 {
   color: #64982F;
 }
 .AnyTagClassName
 {
   color: #64982F;
 }
</style>

background-color css

<style>
 a { background-color: #64982F; }

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

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

border-color css

<style>
 span { border-color: #64982F; }

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

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