Html Css Color HEX #669E32 Limeade

📋 copy color: '#669E32'

red 102 ◦ green 158 ◦ blue 50

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

Shades of Limeade #669E32

Tints of Limeade #669E32

RGB

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

 GREEN value IS 158 (62.11% from 255) = 50.97%

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

R = 32.9%
G = 50.97%
B = 16.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#669E32 (or 0x669E32) is known color: Limeade. HEX triplet: 66, 9E and 32. RGB value is (102,158,50). Sum of RGB (Red+Green+Blue) = 102+158+50=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #669E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669E32 is #9961CD. Grayscale: #818181. Windows color (decimal): -10052046 or 3317350. OLE color: 3317350.

HSL color Cylindrical-coordinate representation of color #669E32: hue angle of 91.11º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #669E32 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 158 50 -
CMYK 0.35 0 0.68 0.38
HSL 91.11º 0.52% 0.41% -
HSV(B) 91.11º 0.68% 0.62% -
XYZ 18.28 27.51 7.36 -
YUV 128.94 83.45 108.78 -
System Red Green Blue C M Y K H S L
Decimal 102 158 50 0.35 0 0.68 0.38 91.11 0.52 0.41
Hex 66 9E 32 23 0 44 26 5B 34 29
Octal 146 236 62 43 0 104 46 133 64 51
Binary 1100110 10011110 110010 100011 0 1000100 100110 1011011 110100 101001

Color Harmonies of #669E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669E32

Black with #669E32

Text Example


Text Example

White with #669E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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