Html Css Color HEX #669F38 Limeade

📋 copy color: '#669F38'

red 102 ◦ green 159 ◦ blue 56

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

Shades of Limeade #669F38

Tints of Limeade #669F38

RGB

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

 GREEN value IS 159 (62.5% from 255) = 50.16%

 BLUE value IS 56 (22.27% from 255) = 17.67%

R = 32.18%
G = 50.16%
B = 17.67%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#669F38 (or 0x669F38) is known color: Limeade. HEX triplet: 66, 9F and 38. RGB value is (102,159,56). Sum of RGB (Red+Green+Blue) = 102+159+56=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 159 (62.5% from 255 or 50.16% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 159 - color contains mainly: green. Hex color #669F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669F38 is #9960C7. Grayscale: #828282. Windows color (decimal): -10051784 or 3710822. OLE color: 3710822.

HSL color Cylindrical-coordinate representation of color #669F38: hue angle of 93.2º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #669F38 is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.38.

Color convert

RGB 102 159 56 -
CMYK 0.36 0 0.65 0.38
HSL 93.2º 0.48% 0.42% -
HSV(B) 93.2º 0.65% 0.62% -
XYZ 18.59 27.91 8.15 -
YUV 130.22 86.12 107.88 -
System Red Green Blue C M Y K H S L
Decimal 102 159 56 0.36 0 0.65 0.38 93.2 0.48 0.42
Hex 66 9F 38 24 0 41 26 5D 30 2A
Octal 146 237 70 44 0 101 46 135 60 52
Binary 1100110 10011111 111000 100100 0 1000001 100110 1011101 110000 101010

Color Harmonies of #669F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669F38

Black with #669F38

Text Example


Text Example

White with #669F38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,159,56); }

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

background-color css

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

 a { background-color: rgb(102,159,56); }

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

border-color css

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

 span { border-color: rgb(102,159,56); }

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