Html Css Color HEX #669821 Limeade

📋 copy color: '#669821'

red 102 ◦ green 152 ◦ blue 33

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

Shades of Limeade #669821

Tints of Limeade #669821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.5%

R = 35.54%
G = 52.96%
B = 11.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#669821 (or 0x669821) is known color: Limeade. HEX triplet: 66, 98 and 21. RGB value is (102,152,33). Sum of RGB (Red+Green+Blue) = 102+152+33=287 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.54% from 287); Green value is 152 (59.77% from 255 or 52.96% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 152 - color contains mainly: green. Hex color #669821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669821 is #9967DE. Grayscale: #7B7B7B. Windows color (decimal): -10053599 or 2201702. OLE color: 2201702.

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

Color convert

RGB 102 152 33 -
CMYK 0.33 0 0.78 0.40
HSL 85.21º 0.64% 0.36% -
HSV(B) 85.21º 0.78% 0.6% -
XYZ 16.98 25.39 5.44 -
YUV 123.48 76.94 112.68 -
System Red Green Blue C M Y K H S L
Decimal 102 152 33 0.33 0 0.78 0.40 85.21 0.64 0.36
Hex 66 98 21 21 0 4E 28 55 40 24
Octal 146 230 41 41 0 116 50 125 100 44
Binary 1100110 10011000 100001 100001 0 1001110 101000 1010101 1000000 100100

Color Harmonies of #669821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669821

Black with #669821

Text Example


Text Example

White with #669821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669821; }

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

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

background-color css

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

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

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

border-color css

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

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

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