Html Css Color HEX #4BC885 Emerald

📋 copy color: '#4BC885'

red 75 ◦ green 200 ◦ blue 133

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

Shades of Emerald #4BC885

Tints of Emerald #4BC885

RGB

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

 GREEN value IS 200 (78.52% from 255) = 49.02%

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

R = 18.38%
G = 49.02%
B = 32.6%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.34

 K value IS 0.22

RGB Variations

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

Color information

#4BC885 (or 0x4BC885) is known color: Emerald. HEX triplet: 4B, C8 and 85. RGB value is (75,200,133). Sum of RGB (Red+Green+Blue) = 75+200+133=408 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.38% from 408); Green value is 200 (78.52% from 255 or 49.02% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 200 - color contains mainly: green. Hex color #4BC885 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC885 is #B4377A. Grayscale: #9B9B9B. Windows color (decimal): -11810683 or 8767563. OLE color: 8767563.

HSL color Cylindrical-coordinate representation of color #4BC885: hue angle of 147.84º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC885 is Cyan = 0.62, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.

Color convert

RGB 75 200 133 -
CMYK 0.62 0 0.34 0.22
HSL 147.84º 0.53% 0.54% -
HSV(B) 147.84º 0.63% 0.78% -
XYZ 27.79 44.5 29.31 -
YUV 154.99 115.59 70.95 -
System Red Green Blue C M Y K H S L
Decimal 75 200 133 0.62 0 0.34 0.22 147.84 0.53 0.54
Hex 4B C8 85 3E 0 22 16 94 35 36
Octal 113 310 205 76 0 42 26 224 65 66
Binary 1001011 11001000 10000101 111110 0 100010 10110 10010100 110101 110110

Color Harmonies of #4BC885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BC885

Black with #4BC885

Text Example


Text Example

White with #4BC885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,200,133); }

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

background-color css

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

 a { background-color: rgb(75,200,133); }

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

border-color css

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

 span { border-color: rgb(75,200,133); }

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