Html Css Color HEX #669941 Limeade

📋 copy color: '#669941'

red 102 ◦ green 153 ◦ blue 65

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

Shades of Limeade #669941

Tints of Limeade #669941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.31%

R = 31.88%
G = 47.81%
B = 20.31%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.58

 K value IS 0.4

RGB Variations

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

Color information

#669941 (or 0x669941) is known color: Limeade. HEX triplet: 66, 99 and 41. RGB value is (102,153,65). Sum of RGB (Red+Green+Blue) = 102+153+65=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #669941 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669941 is #9966BE. Grayscale: #808080. Windows color (decimal): -10053311 or 4299110. OLE color: 4299110.

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

Color convert

RGB 102 153 65 -
CMYK 0.33 0 0.58 0.4
HSL 94.77º 0.4% 0.43% -
HSV(B) 94.77º 0.58% 0.6% -
XYZ 17.82 25.99 9.08 -
YUV 127.72 92.6 109.66 -
System Red Green Blue C M Y K H S L
Decimal 102 153 65 0.33 0 0.58 0.4 94.77 0.4 0.43
Hex 66 99 41 21 0 3A 28 5F 28 2B
Octal 146 231 101 41 0 72 50 137 50 53
Binary 1100110 10011001 1000001 100001 0 111010 101000 1011111 101000 101011

Color Harmonies of #669941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669941

Black with #669941

Text Example


Text Example

White with #669941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669941; }

 p { color: rgb(102,153,65); }

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

background-color css

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

 a { background-color: rgb(102,153,65); }

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

border-color css

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

 span { border-color: rgb(102,153,65); }

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