Html Css Color HEX #60BF7E Emerald

📋 copy color: '#60BF7E'

red 96 ◦ green 191 ◦ blue 126

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

Shades of Emerald #60BF7E

Tints of Emerald #60BF7E

RGB

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

 GREEN value IS 191 (75% from 255) = 46.25%

 BLUE value IS 126 (49.61% from 255) = 30.51%

R = 23.24%
G = 46.25%
B = 30.51%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#60BF7E (or 0x60BF7E) is known color: Emerald. HEX triplet: 60, BF and 7E. RGB value is (96,191,126). Sum of RGB (Red+Green+Blue) = 96+191+126=413 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.24% from 413); Green value is 191 (75% from 255 or 46.25% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 191 - color contains mainly: green. Hex color #60BF7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60BF7E is #9F4081. Grayscale: #9B9B9B. Windows color (decimal): -10436738 or 8306528. OLE color: 8306528.

HSL color Cylindrical-coordinate representation of color #60BF7E: hue angle of 138.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #60BF7E is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 191 126 -
CMYK 0.50 0 0.34 0.25
HSL 138.95º 0.43% 0.56% -
HSV(B) 138.95º 0.5% 0.75% -
XYZ 27.22 41.25 26.27 -
YUV 155.19 111.53 85.79 -
System Red Green Blue C M Y K H S L
Decimal 96 191 126 0.50 0 0.34 0.25 138.95 0.43 0.56
Hex 60 BF 7E 32 0 22 19 8B 2B 38
Octal 140 277 176 62 0 42 31 213 53 70
Binary 1100000 10111111 1111110 110010 0 100010 11001 10001011 101011 111000

Color Harmonies of #60BF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60BF7E

Black with #60BF7E

Text Example


Text Example

White with #60BF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,191,126); }

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

background-color css

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

 a { background-color: rgb(96,191,126); }

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

border-color css

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

 span { border-color: rgb(96,191,126); }

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