Html Css Color HEX #60D685 Emerald

📋 copy color: '#60D685'

red 96 ◦ green 214 ◦ blue 133

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

Shades of Emerald #60D685

Tints of Emerald #60D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 48.31%

 BLUE value IS 133 (52.34% from 255) = 30.02%

R = 21.67%
G = 48.31%
B = 30.02%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#60D685 (or 0x60D685) is known color: Emerald. HEX triplet: 60, D6 and 85. RGB value is (96,214,133). Sum of RGB (Red+Green+Blue) = 96+214+133=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #60D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60D685 is #9F297A. Grayscale: #A9A9A9. Windows color (decimal): -10430843 or 8771168. OLE color: 8771168.

HSL color Cylindrical-coordinate representation of color #60D685: hue angle of 138.81º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D685 is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 214 133 -
CMYK 0.55 0 0.38 0.16
HSL 138.81º 0.59% 0.61% -
HSV(B) 138.81º 0.55% 0.84% -
XYZ 33.1 52.27 30.54 -
YUV 169.48 107.41 75.59 -
System Red Green Blue C M Y K H S L
Decimal 96 214 133 0.55 0 0.38 0.16 138.81 0.59 0.61
Hex 60 D6 85 37 0 26 10 8B 3B 3D
Octal 140 326 205 67 0 46 20 213 73 75
Binary 1100000 11010110 10000101 110111 0 100110 10000 10001011 111011 111101

Color Harmonies of #60D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60D685

Black with #60D685

Text Example


Text Example

White with #60D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,214,133); }

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

background-color css

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

 a { background-color: rgb(96,214,133); }

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

border-color css

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

 span { border-color: rgb(96,214,133); }

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