Html Css Color HEX #60963D Limeade

📋 copy color: '#60963D'

red 96 ◦ green 150 ◦ blue 61

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

Shades of Limeade #60963D

Tints of Limeade #60963D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 48.86%

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

R = 31.27%
G = 48.86%
B = 19.87%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#60963D (or 0x60963D) is known color: Limeade. HEX triplet: 60, 96 and 3D. RGB value is (96,150,61). Sum of RGB (Red+Green+Blue) = 96+150+61=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 150 (58.98% from 255 or 48.86% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 150 - color contains mainly: green. Hex color #60963D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60963D is #9F69C2. Grayscale: #7C7C7C. Windows color (decimal): -10447299 or 4036192. OLE color: 4036192.

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

Color convert

RGB 96 150 61 -
CMYK 0.36 0 0.59 0.41
HSL 96.4º 0.42% 0.41% -
HSV(B) 96.4º 0.59% 0.59% -
XYZ 16.57 24.64 8.3 -
YUV 123.71 92.61 108.24 -
System Red Green Blue C M Y K H S L
Decimal 96 150 61 0.36 0 0.59 0.41 96.4 0.42 0.41
Hex 60 96 3D 24 0 3B 29 60 2A 29
Octal 140 226 75 44 0 73 51 140 52 51
Binary 1100000 10010110 111101 100100 0 111011 101001 1100000 101010 101001

Color Harmonies of #60963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60963D

Black with #60963D

Text Example


Text Example

White with #60963D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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