Html Css Color HEX #4BC060 Emerald

📋 copy color: '#4BC060'

red 75 ◦ green 192 ◦ blue 96

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

Shades of Emerald #4BC060

Tints of Emerald #4BC060

RGB

 RED value IS 75 (29.69% from 255) = 20.66%

 GREEN value IS 192 (75.39% from 255) = 52.89%

 BLUE value IS 96 (37.89% from 255) = 26.45%

R = 20.66%
G = 52.89%
B = 26.45%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.50

 K value IS 0.25

RGB Variations

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

Color information

#4BC060 (or 0x4BC060) is known color: Emerald. HEX triplet: 4B, C0 and 60. RGB value is (75,192,96). Sum of RGB (Red+Green+Blue) = 75+192+96=363 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.66% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC060 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC060 is #B43F9F. Grayscale: #929292. Windows color (decimal): -11812768 or 6340683. OLE color: 6340683.

HSL color Cylindrical-coordinate representation of color #4BC060: hue angle of 130.77º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC060 is Cyan = 0.61, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 96 -
CMYK 0.61 0 0.50 0.25
HSL 130.77º 0.48% 0.52% -
HSV(B) 130.77º 0.61% 0.75% -
XYZ 23.86 40.04 17.54 -
YUV 146.07 99.74 77.31 -
System Red Green Blue C M Y K H S L
Decimal 75 192 96 0.61 0 0.50 0.25 130.77 0.48 0.52
Hex 4B C0 60 3D 0 32 19 83 30 34
Octal 113 300 140 75 0 62 31 203 60 64
Binary 1001011 11000000 1100000 111101 0 110010 11001 10000011 110000 110100

Color Harmonies of #4BC060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC060

Black with #4BC060

Text Example


Text Example

White with #4BC060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BC060; }

 p { color: rgb(75,192,96); }

 H1.HeaderClassName
 {
   color: #4BC060;
 }
 .AnyTagClassName
 {
   color: #4BC060;
 }
</style>

background-color css

<style>
 a { background-color: #4BC060; }

 a { background-color: rgb(75,192,96); }

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

border-color css

<style>
 span { border-color: #4BC060; }

 span { border-color: rgb(75,192,96); }

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