Html Css Color HEX #60D475 Emerald

📋 copy color: '#60D475'

red 96 ◦ green 212 ◦ blue 117

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

Shades of Emerald #60D475

Tints of Emerald #60D475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.53%

R = 22.59%
G = 49.88%
B = 27.53%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#60D475 (or 0x60D475) is known color: Emerald. HEX triplet: 60, D4 and 75. RGB value is (96,212,117). Sum of RGB (Red+Green+Blue) = 96+212+117=425 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.59% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #60D475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D475 is #9F2B8A. Grayscale: #A6A6A6. Windows color (decimal): -10431371 or 7722080. OLE color: 7722080.

HSL color Cylindrical-coordinate representation of color #60D475: hue angle of 130.86º 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 #60D475 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 96 212 117 -
CMYK 0.55 0 0.45 0.17
HSL 130.86º 0.57% 0.6% -
HSV(B) 130.86º 0.55% 0.83% -
XYZ 31.58 50.86 24.98 -
YUV 166.49 100.07 77.72 -
System Red Green Blue C M Y K H S L
Decimal 96 212 117 0.55 0 0.45 0.17 130.86 0.57 0.6
Hex 60 D4 75 37 0 2D 11 83 39 3C
Octal 140 324 165 67 0 55 21 203 71 74
Binary 1100000 11010100 1110101 110111 0 101101 10001 10000011 111001 111100

Color Harmonies of #60D475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D475

Black with #60D475

Text Example


Text Example

White with #60D475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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