Html Css Color HEX #60973F Limeade

📋 copy color: '#60973F'

red 96 ◦ green 151 ◦ blue 63

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

Shades of Limeade #60973F

Tints of Limeade #60973F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 48.71%

 BLUE value IS 63 (25% from 255) = 20.32%

R = 30.97%
G = 48.71%
B = 20.32%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#60973F (or 0x60973F) is known color: Limeade. HEX triplet: 60, 97 and 3F. RGB value is (96,151,63). Sum of RGB (Red+Green+Blue) = 96+151+63=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 63 (25% from 255 or 20.32% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #60973F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60973F is #9F68C0. Grayscale: #7C7C7C. Windows color (decimal): -10447041 or 4167520. OLE color: 4167520.

HSL color Cylindrical-coordinate representation of color #60973F: hue angle of 97.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60973F is Cyan = 0.36, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 96 151 63 -
CMYK 0.36 0 0.58 0.41
HSL 97.5º 0.41% 0.42% -
HSV(B) 97.5º 0.58% 0.59% -
XYZ 16.79 24.98 8.64 -
YUV 124.52 93.28 107.66 -
System Red Green Blue C M Y K H S L
Decimal 96 151 63 0.36 0 0.58 0.41 97.5 0.41 0.42
Hex 60 97 3F 24 0 3A 29 62 29 2A
Octal 140 227 77 44 0 72 51 142 51 52
Binary 1100000 10010111 111111 100100 0 111010 101001 1100010 101001 101010

Color Harmonies of #60973F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60973F

Black with #60973F

Text Example


Text Example

White with #60973F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,151,63); }

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

background-color css

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

 a { background-color: rgb(96,151,63); }

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

border-color css

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

 span { border-color: rgb(96,151,63); }

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