Html Css Color HEX #669B40 Limeade

📋 copy color: '#669B40'

red 102 ◦ green 155 ◦ blue 64

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

Shades of Limeade #669B40

Tints of Limeade #669B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.94%

R = 31.78%
G = 48.29%
B = 19.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.59

 K value IS 0.39

RGB Variations

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

Color information

#669B40 (or 0x669B40) is known color: Limeade. HEX triplet: 66, 9B and 40. RGB value is (102,155,64). Sum of RGB (Red+Green+Blue) = 102+155+64=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #669B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669B40 is #9964BF. Grayscale: #818181. Windows color (decimal): -10052800 or 4234086. OLE color: 4234086.

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

Color convert

RGB 102 155 64 -
CMYK 0.34 0 0.59 0.39
HSL 94.95º 0.42% 0.43% -
HSV(B) 94.95º 0.59% 0.61% -
XYZ 18.13 26.64 9.04 -
YUV 128.78 91.44 108.9 -
System Red Green Blue C M Y K H S L
Decimal 102 155 64 0.34 0 0.59 0.39 94.95 0.42 0.43
Hex 66 9B 40 22 0 3B 27 5F 2A 2B
Octal 146 233 100 42 0 73 47 137 52 53
Binary 1100110 10011011 1000000 100010 0 111011 100111 1011111 101010 101011

Color Harmonies of #669B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669B40

Black with #669B40

Text Example


Text Example

White with #669B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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