Html Css Color HEX #669D38 Limeade

📋 copy color: '#669D38'

red 102 ◦ green 157 ◦ blue 56

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

Shades of Limeade #669D38

Tints of Limeade #669D38

RGB

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

 GREEN value IS 157 (61.72% from 255) = 49.84%

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

R = 32.38%
G = 49.84%
B = 17.78%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.64

 K value IS 0.38

RGB Variations

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

Color information

#669D38 (or 0x669D38) is known color: Limeade. HEX triplet: 66, 9D and 38. RGB value is (102,157,56). Sum of RGB (Red+Green+Blue) = 102+157+56=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 157 (61.72% from 255 or 49.84% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 157 - color contains mainly: green. Hex color #669D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D38 is #9962C7. Grayscale: #818181. Windows color (decimal): -10052296 or 3710310. OLE color: 3710310.

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

Color convert

RGB 102 157 56 -
CMYK 0.35 0 0.64 0.38
HSL 92.67º 0.47% 0.42% -
HSV(B) 92.67º 0.64% 0.62% -
XYZ 18.25 27.22 8.03 -
YUV 129.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 102 157 56 0.35 0 0.64 0.38 92.67 0.47 0.42
Hex 66 9D 38 23 0 40 26 5D 2F 2A
Octal 146 235 70 43 0 100 46 135 57 52
Binary 1100110 10011101 111000 100011 0 1000000 100110 1011101 101111 101010

Color Harmonies of #669D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D38

Black with #669D38

Text Example


Text Example

White with #669D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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