Html Css Color HEX #66982F Limeade

📋 copy color: '#66982F'

red 102 ◦ green 152 ◦ blue 47

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

Shades of Limeade #66982F

Tints of Limeade #66982F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 15.61%

R = 33.89%
G = 50.5%
B = 15.61%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#66982F (or 0x66982F) is known color: Limeade. HEX triplet: 66, 98 and 2F. RGB value is (102,152,47). Sum of RGB (Red+Green+Blue) = 102+152+47=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 152 (59.77% from 255 or 50.50% from 301); Blue value is 47 (18.75% from 255 or 15.61% from 301); Max value from RGB is 152 - color contains mainly: green. Hex color #66982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66982F is #9967D0. Grayscale: #7D7D7D. Windows color (decimal): -10053585 or 3119206. OLE color: 3119206.

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

Color convert

RGB 102 152 47 -
CMYK 0.33 0 0.69 0.40
HSL 88.57º 0.53% 0.39% -
HSV(B) 88.57º 0.69% 0.6% -
XYZ 17.22 25.49 6.7 -
YUV 125.08 83.94 111.54 -
System Red Green Blue C M Y K H S L
Decimal 102 152 47 0.33 0 0.69 0.40 88.57 0.53 0.39
Hex 66 98 2F 21 0 45 28 59 35 27
Octal 146 230 57 41 0 105 50 131 65 47
Binary 1100110 10011000 101111 100001 0 1000101 101000 1011001 110101 100111

Color Harmonies of #66982F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66982F

Black with #66982F

Text Example


Text Example

White with #66982F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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