Html Css Color HEX #669931 Limeade

📋 copy color: '#669931'

red 102 ◦ green 153 ◦ blue 49

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

Shades of Limeade #669931

Tints of Limeade #669931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.12%

R = 33.55%
G = 50.33%
B = 16.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#669931 (or 0x669931) is known color: Limeade. HEX triplet: 66, 99 and 31. RGB value is (102,153,49). Sum of RGB (Red+Green+Blue) = 102+153+49=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #669931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669931 is #9966CE. Grayscale: #7E7E7E. Windows color (decimal): -10053327 or 3250534. OLE color: 3250534.

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

Color convert

RGB 102 153 49 -
CMYK 0.33 0 0.68 0.4
HSL 89.42º 0.51% 0.4% -
HSV(B) 89.42º 0.68% 0.6% -
XYZ 17.43 25.83 6.97 -
YUV 125.9 84.6 110.96 -
System Red Green Blue C M Y K H S L
Decimal 102 153 49 0.33 0 0.68 0.4 89.42 0.51 0.4
Hex 66 99 31 21 0 44 28 59 33 28
Octal 146 231 61 41 0 104 50 131 63 50
Binary 1100110 10011001 110001 100001 0 1000100 101000 1011001 110011 101000

Color Harmonies of #669931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669931

Black with #669931

Text Example


Text Example

White with #669931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669931; }

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

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

background-color css

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

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

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

border-color css

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

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

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