Html Css Color HEX #60D075 Emerald

📋 copy color: '#60D075'

red 96 ◦ green 208 ◦ blue 117

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

Shades of Emerald #60D075

Tints of Emerald #60D075

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.41%

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

R = 22.8%
G = 49.41%
B = 27.79%

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

#60D075 (or 0x60D075) is known color: Emerald. HEX triplet: 60, D0 and 75. RGB value is (96,208,117). Sum of RGB (Red+Green+Blue) = 96+208+117=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #60D075 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D075 is #9F2F8A. Grayscale: #A4A4A4. Windows color (decimal): -10432395 or 7721056. OLE color: 7721056.

HSL color Cylindrical-coordinate representation of color #60D075: hue angle of 131.25º degrees, saturation: 0.54, 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 #60D075 is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 96 208 117 -
CMYK 0.54 0 0.44 0.18
HSL 131.25º 0.54% 0.6% -
HSV(B) 131.25º 0.54% 0.82% -
XYZ 30.59 48.88 24.65 -
YUV 164.14 101.39 79.4 -
System Red Green Blue C M Y K H S L
Decimal 96 208 117 0.54 0 0.44 0.18 131.25 0.54 0.6
Hex 60 D0 75 36 0 2C 12 83 36 3C
Octal 140 320 165 66 0 54 22 203 66 74
Binary 1100000 11010000 1110101 110110 0 101100 10010 10000011 110110 111100

Color Harmonies of #60D075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D075

Black with #60D075

Text Example


Text Example

White with #60D075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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