Html Css Color HEX #60D482 Emerald

📋 copy color: '#60D482'

red 96 ◦ green 212 ◦ blue 130

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

Shades of Emerald #60D482

Tints of Emerald #60D482

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.4%

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

R = 21.92%
G = 48.4%
B = 29.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.39

 K value IS 0.17

RGB Variations

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

Color information

#60D482 (or 0x60D482) is known color: Emerald. HEX triplet: 60, D4 and 82. RGB value is (96,212,130). Sum of RGB (Red+Green+Blue) = 96+212+130=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #60D482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D482 is #9F2B7D. Grayscale: #A8A8A8. Windows color (decimal): -10431358 or 8574048. OLE color: 8574048.

HSL color Cylindrical-coordinate representation of color #60D482: hue angle of 137.59º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D482 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 130 -
CMYK 0.55 0 0.39 0.17
HSL 137.59º 0.57% 0.6% -
HSV(B) 137.59º 0.55% 0.83% -
XYZ 32.4 51.19 29.29 -
YUV 167.97 106.57 76.67 -
System Red Green Blue C M Y K H S L
Decimal 96 212 130 0.55 0 0.39 0.17 137.59 0.57 0.6
Hex 60 D4 82 37 0 27 11 8A 39 3C
Octal 140 324 202 67 0 47 21 212 71 74
Binary 1100000 11010100 10000010 110111 0 100111 10001 10001010 111001 111100

Color Harmonies of #60D482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D482

Black with #60D482

Text Example


Text Example

White with #60D482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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