Html Css Color HEX #669C32 Limeade

📋 copy color: '#669C32'

red 102 ◦ green 156 ◦ blue 50

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

Shades of Limeade #669C32

Tints of Limeade #669C32

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.65%

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

R = 33.12%
G = 50.65%
B = 16.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#669C32 (or 0x669C32) is known color: Limeade. HEX triplet: 66, 9C and 32. RGB value is (102,156,50). Sum of RGB (Red+Green+Blue) = 102+156+50=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #669C32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669C32 is #9963CD. Grayscale: #808080. Windows color (decimal): -10052558 or 3316838. OLE color: 3316838.

HSL color Cylindrical-coordinate representation of color #669C32: hue angle of 90.57º 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 #669C32 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.39.

Color convert

RGB 102 156 50 -
CMYK 0.35 0 0.68 0.39
HSL 90.57º 0.51% 0.4% -
HSV(B) 90.57º 0.68% 0.61% -
XYZ 17.94 26.83 7.25 -
YUV 127.77 84.11 109.62 -
System Red Green Blue C M Y K H S L
Decimal 102 156 50 0.35 0 0.68 0.39 90.57 0.51 0.4
Hex 66 9C 32 23 0 44 27 5B 33 28
Octal 146 234 62 43 0 104 47 133 63 50
Binary 1100110 10011100 110010 100011 0 1000100 100111 1011011 110011 101000

Color Harmonies of #669C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669C32

Black with #669C32

Text Example


Text Example

White with #669C32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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