Html Css Color HEX #66983F Limeade

📋 copy color: '#66983F'

red 102 ◦ green 152 ◦ blue 63

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

Shades of Limeade #66983F

Tints of Limeade #66983F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 19.87%

R = 32.18%
G = 47.95%
B = 19.87%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.40

RGB Variations

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

Color information

#66983F (or 0x66983F) is known color: Limeade. HEX triplet: 66, 98 and 3F. RGB value is (102,152,63). Sum of RGB (Red+Green+Blue) = 102+152+63=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 63 (25% from 255 or 19.87% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #66983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66983F is #9967C0. Grayscale: #7F7F7F. Windows color (decimal): -10053569 or 4167782. OLE color: 4167782.

HSL color Cylindrical-coordinate representation of color #66983F: hue angle of 93.71º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66983F is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB 102 152 63 -
CMYK 0.33 0 0.59 0.40
HSL 93.71º 0.41% 0.42% -
HSV(B) 93.71º 0.59% 0.6% -
XYZ 17.6 25.64 8.72 -
YUV 126.9 91.94 110.24 -
System Red Green Blue C M Y K H S L
Decimal 102 152 63 0.33 0 0.59 0.40 93.71 0.41 0.42
Hex 66 98 3F 21 0 3B 28 5E 29 2A
Octal 146 230 77 41 0 73 50 136 51 52
Binary 1100110 10011000 111111 100001 0 111011 101000 1011110 101001 101010

Color Harmonies of #66983F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66983F

Black with #66983F

Text Example


Text Example

White with #66983F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66983F; }

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

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

background-color css

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

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

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

border-color css

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

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

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