Html Css Color HEX #60983D Limeade

📋 copy color: '#60983D'

red 96 ◦ green 152 ◦ blue 61

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

Shades of Limeade #60983D

Tints of Limeade #60983D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.74%

R = 31.07%
G = 49.19%
B = 19.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.40

RGB Variations

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

Color information

#60983D (or 0x60983D) is known color: Limeade. HEX triplet: 60, 98 and 3D. RGB value is (96,152,61). Sum of RGB (Red+Green+Blue) = 96+152+61=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #60983D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60983D is #9F67C2. Grayscale: #7D7D7D. Windows color (decimal): -10446787 or 4036704. OLE color: 4036704.

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

Color convert

RGB 96 152 61 -
CMYK 0.37 0 0.60 0.40
HSL 96.92º 0.43% 0.42% -
HSV(B) 96.92º 0.6% 0.6% -
XYZ 16.89 25.28 8.4 -
YUV 124.88 91.95 107.4 -
System Red Green Blue C M Y K H S L
Decimal 96 152 61 0.37 0 0.60 0.40 96.92 0.43 0.42
Hex 60 98 3D 25 0 3C 28 61 2B 2A
Octal 140 230 75 45 0 74 50 141 53 52
Binary 1100000 10011000 111101 100101 0 111100 101000 1100001 101011 101010

Color Harmonies of #60983D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60983D

Black with #60983D

Text Example


Text Example

White with #60983D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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