Html Css Color HEX #669828 Limeade

📋 copy color: '#669828'

red 102 ◦ green 152 ◦ blue 40

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

Shades of Limeade #669828

Tints of Limeade #669828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.61%

R = 34.69%
G = 51.7%
B = 13.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#669828 (or 0x669828) is known color: Limeade. HEX triplet: 66, 98 and 28. RGB value is (102,152,40). Sum of RGB (Red+Green+Blue) = 102+152+40=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #669828 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669828 is #9967D7. Grayscale: #7C7C7C. Windows color (decimal): -10053592 or 2660454. OLE color: 2660454.

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

Color convert

RGB 102 152 40 -
CMYK 0.33 0 0.74 0.40
HSL 86.79º 0.58% 0.38% -
HSV(B) 86.79º 0.74% 0.6% -
XYZ 17.09 25.43 6.02 -
YUV 124.28 80.44 112.11 -
System Red Green Blue C M Y K H S L
Decimal 102 152 40 0.33 0 0.74 0.40 86.79 0.58 0.38
Hex 66 98 28 21 0 4A 28 57 3A 26
Octal 146 230 50 41 0 112 50 127 72 46
Binary 1100110 10011000 101000 100001 0 1001010 101000 1010111 111010 100110

Color Harmonies of #669828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669828

Black with #669828

Text Example


Text Example

White with #669828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669828; }

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

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

background-color css

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

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

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

border-color css

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

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

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