Html Css Color HEX #669840 Limeade

📋 copy color: '#669840'

red 102 ◦ green 152 ◦ blue 64

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

Shades of Limeade #669840

Tints of Limeade #669840

RGB

 RED value IS 102 (40.23% from 255) = 32.08%

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

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 32.08%
G = 47.8%
B = 20.13%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.40

RGB Variations

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

Color information

#669840 (or 0x669840) is known color: Limeade. HEX triplet: 66, 98 and 40. RGB value is (102,152,64). Sum of RGB (Red+Green+Blue) = 102+152+64=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #669840 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669840 is #9967BF. Grayscale: #7F7F7F. Windows color (decimal): -10053568 or 4233318. OLE color: 4233318.

HSL color Cylindrical-coordinate representation of color #669840: hue angle of 94.09º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #669840 is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 64 -
CMYK 0.33 0 0.58 0.40
HSL 94.09º 0.41% 0.42% -
HSV(B) 94.09º 0.58% 0.6% -
XYZ 17.63 25.65 8.87 -
YUV 127.02 92.44 110.16 -
System Red Green Blue C M Y K H S L
Decimal 102 152 64 0.33 0 0.58 0.40 94.09 0.41 0.42
Hex 66 98 40 21 0 3A 28 5E 29 2A
Octal 146 230 100 41 0 72 50 136 51 52
Binary 1100110 10011000 1000000 100001 0 111010 101000 1011110 101001 101010

Color Harmonies of #669840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669840

Black with #669840

Text Example


Text Example

White with #669840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669840; }

 p { color: rgb(102,152,64); }

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

background-color css

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

 a { background-color: rgb(102,152,64); }

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

border-color css

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

 span { border-color: rgb(102,152,64); }

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