Html Css Color HEX #60C382 Emerald

📋 copy color: '#60C382'

red 96 ◦ green 195 ◦ blue 130

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

Shades of Emerald #60C382

Tints of Emerald #60C382

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.32%

 BLUE value IS 130 (51.17% from 255) = 30.88%

R = 22.8%
G = 46.32%
B = 30.88%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#60C382 (or 0x60C382) is known color: Emerald. HEX triplet: 60, C3 and 82. RGB value is (96,195,130). Sum of RGB (Red+Green+Blue) = 96+195+130=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 195 - color contains mainly: green. Hex color #60C382 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60C382 is #9F3C7D. Grayscale: #9E9E9E. Windows color (decimal): -10435710 or 8569696. OLE color: 8569696.

HSL color Cylindrical-coordinate representation of color #60C382: hue angle of 140.61º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60C382 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 195 130 -
CMYK 0.51 0 0.33 0.24
HSL 140.61º 0.45% 0.57% -
HSV(B) 140.61º 0.51% 0.76% -
XYZ 28.37 43.13 27.95 -
YUV 157.99 112.2 83.79 -
System Red Green Blue C M Y K H S L
Decimal 96 195 130 0.51 0 0.33 0.24 140.61 0.45 0.57
Hex 60 C3 82 33 0 21 18 8D 2D 39
Octal 140 303 202 63 0 41 30 215 55 71
Binary 1100000 11000011 10000010 110011 0 100001 11000 10001101 101101 111001

Color Harmonies of #60C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60C382

Black with #60C382

Text Example


Text Example

White with #60C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60C382; }

 p { color: rgb(96,195,130); }

 H1.HeaderClassName
 {
   color: #60C382;
 }
 .AnyTagClassName
 {
   color: #60C382;
 }
</style>

background-color css

<style>
 a { background-color: #60C382; }

 a { background-color: rgb(96,195,130); }

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

border-color css

<style>
 span { border-color: #60C382; }

 span { border-color: rgb(96,195,130); }

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