Html Css Color HEX #66981F Limeade

📋 copy color: '#66981F'

red 102 ◦ green 152 ◦ blue 31

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

Shades of Limeade #66981F

Tints of Limeade #66981F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.88%

R = 35.79%
G = 53.33%
B = 10.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#66981F (or 0x66981F) is known color: Limeade. HEX triplet: 66, 98 and 1F. RGB value is (102,152,31). Sum of RGB (Red+Green+Blue) = 102+152+31=285 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.79% from 285); Green value is 152 (59.77% from 255 or 53.33% from 285); Blue value is 31 (12.5% from 255 or 10.88% from 285); Max value from RGB is 152 - color contains mainly: green. Hex color #66981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66981F is #9967E0. Grayscale: #7B7B7B. Windows color (decimal): -10053601 or 2070630. OLE color: 2070630.

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

Color convert

RGB 102 152 31 -
CMYK 0.33 0 0.80 0.40
HSL 84.79º 0.66% 0.36% -
HSV(B) 84.79º 0.8% 0.6% -
XYZ 16.96 25.38 5.3 -
YUV 123.26 75.94 112.84 -
System Red Green Blue C M Y K H S L
Decimal 102 152 31 0.33 0 0.80 0.40 84.79 0.66 0.36
Hex 66 98 1F 21 0 50 28 55 42 24
Octal 146 230 37 41 0 120 50 125 102 44
Binary 1100110 10011000 11111 100001 0 1010000 101000 1010101 1000010 100100

Color Harmonies of #66981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66981F

Black with #66981F

Text Example


Text Example

White with #66981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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