Html Css Color HEX #669B32 Limeade

📋 copy color: '#669B32'

red 102 ◦ green 155 ◦ blue 50

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

Shades of Limeade #669B32

Tints of Limeade #669B32

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.49%

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

R = 33.22%
G = 50.49%
B = 16.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#669B32 (or 0x669B32) is known color: Limeade. HEX triplet: 66, 9B and 32. RGB value is (102,155,50). Sum of RGB (Red+Green+Blue) = 102+155+50=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 50 (19.92% from 255 or 16.29% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #669B32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B32 is #9964CD. Grayscale: #7F7F7F. Windows color (decimal): -10052814 or 3316582. OLE color: 3316582.

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

Color convert

RGB 102 155 50 -
CMYK 0.34 0 0.68 0.39
HSL 90.29º 0.51% 0.4% -
HSV(B) 90.29º 0.68% 0.61% -
XYZ 17.78 26.5 7.2 -
YUV 127.18 84.44 110.04 -
System Red Green Blue C M Y K H S L
Decimal 102 155 50 0.34 0 0.68 0.39 90.29 0.51 0.4
Hex 66 9B 32 22 0 44 27 5A 33 28
Octal 146 233 62 42 0 104 47 132 63 50
Binary 1100110 10011011 110010 100010 0 1000100 100111 1011010 110011 101000

Color Harmonies of #669B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B32

Black with #669B32

Text Example


Text Example

White with #669B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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