Html Css Color HEX #60BA7D Emerald

📋 copy color: '#60BA7D'

red 96 ◦ green 186 ◦ blue 125

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

Shades of Emerald #60BA7D

Tints of Emerald #60BA7D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.7%

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

R = 23.59%
G = 45.7%
B = 30.71%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#60BA7D (or 0x60BA7D) is known color: Emerald. HEX triplet: 60, BA and 7D. RGB value is (96,186,125). Sum of RGB (Red+Green+Blue) = 96+186+125=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #60BA7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BA7D is #9F4582. Grayscale: #989898. Windows color (decimal): -10438019 or 8239712. OLE color: 8239712.

HSL color Cylindrical-coordinate representation of color #60BA7D: hue angle of 139.33º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #60BA7D is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 186 125 -
CMYK 0.48 0 0.33 0.27
HSL 139.33º 0.39% 0.55% -
HSV(B) 139.33º 0.48% 0.73% -
XYZ 26.08 39.09 25.57 -
YUV 152.14 112.68 87.96 -
System Red Green Blue C M Y K H S L
Decimal 96 186 125 0.48 0 0.33 0.27 139.33 0.39 0.55
Hex 60 BA 7D 30 0 21 1B 8B 27 37
Octal 140 272 175 60 0 41 33 213 47 67
Binary 1100000 10111010 1111101 110000 0 100001 11011 10001011 100111 110111

Color Harmonies of #60BA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BA7D

Black with #60BA7D

Text Example


Text Example

White with #60BA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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