Html Css Color HEX #60D275 Emerald

📋 copy color: '#60D275'

red 96 ◦ green 210 ◦ blue 117

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

Shades of Emerald #60D275

Tints of Emerald #60D275

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.65%

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

R = 22.7%
G = 49.65%
B = 27.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#60D275 (or 0x60D275) is known color: Emerald. HEX triplet: 60, D2 and 75. RGB value is (96,210,117). Sum of RGB (Red+Green+Blue) = 96+210+117=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 210 (82.42% from 255 or 49.65% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 210 - color contains mainly: green. Hex color #60D275 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D275 is #9F2D8A. Grayscale: #A5A5A5. Windows color (decimal): -10431883 or 7721568. OLE color: 7721568.

HSL color Cylindrical-coordinate representation of color #60D275: hue angle of 131.05º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60D275 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 210 117 -
CMYK 0.54 0 0.44 0.18
HSL 131.05º 0.56% 0.6% -
HSV(B) 131.05º 0.54% 0.82% -
XYZ 31.08 49.86 24.82 -
YUV 165.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 96 210 117 0.54 0 0.44 0.18 131.05 0.56 0.6
Hex 60 D2 75 36 0 2C 12 83 38 3C
Octal 140 322 165 66 0 54 22 203 70 74
Binary 1100000 11010010 1110101 110110 0 101100 10010 10000011 111000 111100

Color Harmonies of #60D275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D275

Black with #60D275

Text Example


Text Example

White with #60D275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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