Html Css Color HEX #60CA75 Emerald

📋 copy color: '#60CA75'

red 96 ◦ green 202 ◦ blue 117

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

Shades of Emerald #60CA75

Tints of Emerald #60CA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.67%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 23.13%
G = 48.67%
B = 28.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#60CA75 (or 0x60CA75) is known color: Emerald. HEX triplet: 60, CA and 75. RGB value is (96,202,117). Sum of RGB (Red+Green+Blue) = 96+202+117=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 202 (79.30% from 255 or 48.67% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 202 - color contains mainly: green. Hex color #60CA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60CA75 is #9F358A. Grayscale: #A0A0A0. Windows color (decimal): -10433931 or 7719520. OLE color: 7719520.

HSL color Cylindrical-coordinate representation of color #60CA75: hue angle of 131.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #60CA75 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 202 117 -
CMYK 0.52 0 0.42 0.21
HSL 131.89º 0.5% 0.58% -
HSV(B) 131.89º 0.52% 0.79% -
XYZ 29.16 46.01 24.17 -
YUV 160.62 103.38 81.91 -
System Red Green Blue C M Y K H S L
Decimal 96 202 117 0.52 0 0.42 0.21 131.89 0.5 0.58
Hex 60 CA 75 34 0 2A 15 84 32 3A
Octal 140 312 165 64 0 52 25 204 62 72
Binary 1100000 11001010 1110101 110100 0 101010 10101 10000100 110010 111010

Color Harmonies of #60CA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60CA75

Black with #60CA75

Text Example


Text Example

White with #60CA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,202,117); }

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

background-color css

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

 a { background-color: rgb(96,202,117); }

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

border-color css

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

 span { border-color: rgb(96,202,117); }

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