Html Css Color HEX #669842 Limeade

📋 copy color: '#669842'

red 102 ◦ green 152 ◦ blue 66

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

Shades of Limeade #669842

Tints of Limeade #669842

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.5%

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 31.88%
G = 47.5%
B = 20.63%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#669842 (or 0x669842) is known color: Limeade. HEX triplet: 66, 98 and 42. RGB value is (102,152,66). Sum of RGB (Red+Green+Blue) = 102+152+66=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #669842 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669842 is #9967BD. Grayscale: #7F7F7F. Windows color (decimal): -10053566 or 4364390. OLE color: 4364390.

HSL color Cylindrical-coordinate representation of color #669842: hue angle of 94.88º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #669842 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 66 -
CMYK 0.33 0 0.57 0.40
HSL 94.88º 0.39% 0.43% -
HSV(B) 94.88º 0.57% 0.6% -
XYZ 17.69 25.67 9.18 -
YUV 127.25 93.44 109.99 -
System Red Green Blue C M Y K H S L
Decimal 102 152 66 0.33 0 0.57 0.40 94.88 0.39 0.43
Hex 66 98 42 21 0 39 28 5F 27 2B
Octal 146 230 102 41 0 71 50 137 47 53
Binary 1100110 10011000 1000010 100001 0 111001 101000 1011111 100111 101011

Color Harmonies of #669842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669842

Black with #669842

Text Example


Text Example

White with #669842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669842; }

 p { color: rgb(102,152,66); }

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

background-color css

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

 a { background-color: rgb(102,152,66); }

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

border-color css

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

 span { border-color: rgb(102,152,66); }

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