Html Css Color HEX #60DD7D Emerald

📋 copy color: '#60DD7D'

red 96 ◦ green 221 ◦ blue 125

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

Shades of Emerald #60DD7D

Tints of Emerald #60DD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 21.72%
G = 50%
B = 28.28%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#60DD7D (or 0x60DD7D) is known color: Emerald. HEX triplet: 60, DD and 7D. RGB value is (96,221,125). Sum of RGB (Red+Green+Blue) = 96+221+125=442 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.72% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #60DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DD7D is #9F2282. Grayscale: #ACACAC. Windows color (decimal): -10429059 or 8248672. OLE color: 8248672.

HSL color Cylindrical-coordinate representation of color #60DD7D: hue angle of 133.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DD7D is Cyan = 0.57, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 221 125 -
CMYK 0.57 0 0.43 0.13
HSL 133.92º 0.65% 0.62% -
HSV(B) 133.92º 0.57% 0.87% -
XYZ 34.38 55.68 28.34 -
YUV 172.68 101.09 73.31 -
System Red Green Blue C M Y K H S L
Decimal 96 221 125 0.57 0 0.43 0.13 133.92 0.65 0.62
Hex 60 DD 7D 39 0 2B D 86 41 3E
Octal 140 335 175 71 0 53 15 206 101 76
Binary 1100000 11011101 1111101 111001 0 101011 1101 10000110 1000001 111110

Color Harmonies of #60DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60DD7D

Black with #60DD7D

Text Example


Text Example

White with #60DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,221,125); }

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

background-color css

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

 a { background-color: rgb(96,221,125); }

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

border-color css

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

 span { border-color: rgb(96,221,125); }

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