Html Css Color HEX #66993F Limeade

📋 copy color: '#66993F'

red 102 ◦ green 153 ◦ blue 63

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

Shades of Limeade #66993F

Tints of Limeade #66993F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.11%

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

R = 32.08%
G = 48.11%
B = 19.81%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.59

 K value IS 0.4

RGB Variations

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

Color information

#66993F (or 0x66993F) is known color: Limeade. HEX triplet: 66, 99 and 3F. RGB value is (102,153,63). Sum of RGB (Red+Green+Blue) = 102+153+63=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #66993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66993F is #9966C0. Grayscale: #7F7F7F. Windows color (decimal): -10053313 or 4168038. OLE color: 4168038.

HSL color Cylindrical-coordinate representation of color #66993F: hue angle of 94º degrees, saturation: 0.42, 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 #66993F is Cyan = 0.33, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB 102 153 63 -
CMYK 0.33 0 0.59 0.4
HSL 94º 0.42% 0.42% -
HSV(B) 94º 0.59% 0.6% -
XYZ 17.77 25.97 8.78 -
YUV 127.49 91.6 109.82 -
System Red Green Blue C M Y K H S L
Decimal 102 153 63 0.33 0 0.59 0.4 94 0.42 0.42
Hex 66 99 3F 21 0 3B 28 5E 2A 2A
Octal 146 231 77 41 0 73 50 136 52 52
Binary 1100110 10011001 111111 100001 0 111011 101000 1011110 101010 101010

Color Harmonies of #66993F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66993F

Black with #66993F

Text Example


Text Example

White with #66993F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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