Html Css Color HEX #60981F Limeade

📋 copy color: '#60981F'

red 96 ◦ green 152 ◦ blue 31

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

Shades of Limeade #60981F

Tints of Limeade #60981F

RGB

 RED value IS 96 (37.89% from 255) = 34.41%

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

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

R = 34.41%
G = 54.48%
B = 11.11%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#60981F (or 0x60981F) is known color: Limeade. HEX triplet: 60, 98 and 1F. RGB value is (96,152,31). Sum of RGB (Red+Green+Blue) = 96+152+31=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 152 (59.77% from 255 or 54.48% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 152 - color contains mainly: green. Hex color #60981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60981F is #9F67E0. Grayscale: #797979. Windows color (decimal): -10446817 or 2070624. OLE color: 2070624.

HSL color Cylindrical-coordinate representation of color #60981F: hue angle of 87.77º 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 #60981F is Cyan = 0.37, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 31 -
CMYK 0.37 0 0.80 0.40
HSL 87.77º 0.66% 0.36% -
HSV(B) 87.77º 0.8% 0.6% -
XYZ 16.3 25.04 5.27 -
YUV 121.46 76.95 109.84 -
System Red Green Blue C M Y K H S L
Decimal 96 152 31 0.37 0 0.80 0.40 87.77 0.66 0.36
Hex 60 98 1F 25 0 50 28 58 42 24
Octal 140 230 37 45 0 120 50 130 102 44
Binary 1100000 10011000 11111 100101 0 1010000 101000 1011000 1000010 100100

Color Harmonies of #60981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60981F

Black with #60981F

Text Example


Text Example

White with #60981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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