Html Css Color HEX #669932 Limeade

📋 copy color: '#669932'

red 102 ◦ green 153 ◦ blue 50

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

Shades of Limeade #669932

Tints of Limeade #669932

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.39%

R = 33.44%
G = 50.16%
B = 16.39%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.67

 K value IS 0.4

RGB Variations

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

Color information

#669932 (or 0x669932) is known color: Limeade. HEX triplet: 66, 99 and 32. RGB value is (102,153,50). Sum of RGB (Red+Green+Blue) = 102+153+50=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #669932 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669932 is #9966CD. Grayscale: #7E7E7E. Windows color (decimal): -10053326 or 3316070. OLE color: 3316070.

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

Color convert

RGB 102 153 50 -
CMYK 0.33 0 0.67 0.4
HSL 89.71º 0.51% 0.4% -
HSV(B) 89.71º 0.67% 0.6% -
XYZ 17.45 25.84 7.09 -
YUV 126.01 85.1 110.88 -
System Red Green Blue C M Y K H S L
Decimal 102 153 50 0.33 0 0.67 0.4 89.71 0.51 0.4
Hex 66 99 32 21 0 43 28 5A 33 28
Octal 146 231 62 41 0 103 50 132 63 50
Binary 1100110 10011001 110010 100001 0 1000011 101000 1011010 110011 101000

Color Harmonies of #669932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669932

Black with #669932

Text Example


Text Example

White with #669932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669932; }

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

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

background-color css

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

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

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

border-color css

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

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

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