Html Css Color HEX #669D34 Limeade

📋 copy color: '#669D34'

red 102 ◦ green 157 ◦ blue 52

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

Shades of Limeade #669D34

Tints of Limeade #669D34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.72%

R = 32.8%
G = 50.48%
B = 16.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#669D34 (or 0x669D34) is known color: Limeade. HEX triplet: 66, 9D and 34. RGB value is (102,157,52). Sum of RGB (Red+Green+Blue) = 102+157+52=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 157 (61.72% from 255 or 50.48% from 311); Blue value is 52 (20.70% from 255 or 16.72% from 311); Max value from RGB is 157 - color contains mainly: green. Hex color #669D34 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669D34 is #9962CB. Grayscale: #808080. Windows color (decimal): -10052300 or 3448166. OLE color: 3448166.

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

Color convert

RGB 102 157 52 -
CMYK 0.35 0 0.67 0.38
HSL 91.43º 0.5% 0.41% -
HSV(B) 91.43º 0.67% 0.62% -
XYZ 18.16 27.19 7.54 -
YUV 128.59 84.78 109.04 -
System Red Green Blue C M Y K H S L
Decimal 102 157 52 0.35 0 0.67 0.38 91.43 0.5 0.41
Hex 66 9D 34 23 0 43 26 5B 32 29
Octal 146 235 64 43 0 103 46 133 62 51
Binary 1100110 10011101 110100 100011 0 1000011 100110 1011011 110010 101001

Color Harmonies of #669D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669D34

Black with #669D34

Text Example


Text Example

White with #669D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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