Html Css Color HEX #4BC062 Emerald

📋 copy color: '#4BC062'

red 75 ◦ green 192 ◦ blue 98

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

Shades of Emerald #4BC062

Tints of Emerald #4BC062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 26.85%

R = 20.55%
G = 52.6%
B = 26.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.49

 K value IS 0.25

RGB Variations

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

Color information

#4BC062 (or 0x4BC062) is known color: Emerald. HEX triplet: 4B, C0 and 62. RGB value is (75,192,98). Sum of RGB (Red+Green+Blue) = 75+192+98=365 (48% of max value = 765). Red value is 75 (29.69% from 255 or 20.55% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 98 (38.67% from 255 or 26.85% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC062 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC062 is #B43F9D. Grayscale: #929292. Windows color (decimal): -11812766 or 6471755. OLE color: 6471755.

HSL color Cylindrical-coordinate representation of color #4BC062: hue angle of 131.79º 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 #4BC062 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB 75 192 98 -
CMYK 0.61 0 0.49 0.25
HSL 131.79º 0.48% 0.52% -
HSV(B) 131.79º 0.61% 0.75% -
XYZ 23.96 40.08 18.03 -
YUV 146.3 100.74 77.14 -
System Red Green Blue C M Y K H S L
Decimal 75 192 98 0.61 0 0.49 0.25 131.79 0.48 0.52
Hex 4B C0 62 3D 0 31 19 84 30 34
Octal 113 300 142 75 0 61 31 204 60 64
Binary 1001011 11000000 1100010 111101 0 110001 11001 10000100 110000 110100

Color Harmonies of #4BC062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC062

Black with #4BC062

Text Example


Text Example

White with #4BC062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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