Html Css Color HEX #60BD7A Emerald

📋 copy color: '#60BD7A'

red 96 ◦ green 189 ◦ blue 122

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

Shades of Emerald #60BD7A

Tints of Emerald #60BD7A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.44%

 BLUE value IS 122 (48.05% from 255) = 29.98%

R = 23.59%
G = 46.44%
B = 29.98%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#60BD7A (or 0x60BD7A) is known color: Emerald. HEX triplet: 60, BD and 7A. RGB value is (96,189,122). Sum of RGB (Red+Green+Blue) = 96+189+122=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BD7A is #9F4285. Grayscale: #999999. Windows color (decimal): -10437254 or 8043872. OLE color: 8043872.

HSL color Cylindrical-coordinate representation of color #60BD7A: hue angle of 136.77º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #60BD7A is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 96 189 122 -
CMYK 0.49 0 0.35 0.26
HSL 136.77º 0.41% 0.56% -
HSV(B) 136.77º 0.49% 0.74% -
XYZ 26.53 40.29 24.79 -
YUV 153.56 110.19 86.95 -
System Red Green Blue C M Y K H S L
Decimal 96 189 122 0.49 0 0.35 0.26 136.77 0.41 0.56
Hex 60 BD 7A 31 0 23 1A 89 29 38
Octal 140 275 172 61 0 43 32 211 51 70
Binary 1100000 10111101 1111010 110001 0 100011 11010 10001001 101001 111000

Color Harmonies of #60BD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BD7A

Black with #60BD7A

Text Example


Text Example

White with #60BD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,189,122); }

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

background-color css

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

 a { background-color: rgb(96,189,122); }

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

border-color css

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

 span { border-color: rgb(96,189,122); }

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