Html Css Color HEX #60981D Limeade

📋 copy color: '#60981D'

red 96 ◦ green 152 ◦ blue 29

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

Shades of Limeade #60981D

Tints of Limeade #60981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 34.66%
G = 54.87%
B = 10.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#60981D (or 0x60981D) is known color: Limeade. HEX triplet: 60, 98 and 1D. RGB value is (96,152,29). Sum of RGB (Red+Green+Blue) = 96+152+29=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 152 (59.77% from 255 or 54.87% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 152 - color contains mainly: green. Hex color #60981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60981D is #9F67E2. Grayscale: #797979. Windows color (decimal): -10446819 or 1939552. OLE color: 1939552.

HSL color Cylindrical-coordinate representation of color #60981D: hue angle of 87.32º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #60981D is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 152 29 -
CMYK 0.37 0 0.81 0.40
HSL 87.32º 0.68% 0.35% -
HSV(B) 87.32º 0.81% 0.6% -
XYZ 16.27 25.03 5.14 -
YUV 121.23 75.95 110 -
System Red Green Blue C M Y K H S L
Decimal 96 152 29 0.37 0 0.81 0.40 87.32 0.68 0.35
Hex 60 98 1D 25 0 51 28 57 44 23
Octal 140 230 35 45 0 121 50 127 104 43
Binary 1100000 10011000 11101 100101 0 1010001 101000 1010111 1000100 100011

Color Harmonies of #60981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60981D

Black with #60981D

Text Example


Text Example

White with #60981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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