Html Css Color HEX #4BCB8D Emerald

📋 copy color: '#4BCB8D'

red 75 ◦ green 203 ◦ blue 141

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

Shades of Emerald #4BCB8D

Tints of Emerald #4BCB8D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 48.45%

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 17.9%
G = 48.45%
B = 33.65%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.20

RGB Variations

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

Color information

#4BCB8D (or 0x4BCB8D) is known color: Emerald. HEX triplet: 4B, CB and 8D. RGB value is (75,203,141). Sum of RGB (Red+Green+Blue) = 75+203+141=419 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.90% from 419); Green value is 203 (79.69% from 255 or 48.45% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCB8D is #B43472. Grayscale: #9D9D9D. Windows color (decimal): -11809907 or 9292619. OLE color: 9292619.

HSL color Cylindrical-coordinate representation of color #4BCB8D: hue angle of 150.94º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB8D is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 203 141 -
CMYK 0.63 0 0.31 0.20
HSL 150.94º 0.55% 0.55% -
HSV(B) 150.94º 0.63% 0.8% -
XYZ 29.07 46.13 32.57 -
YUV 157.66 118.59 69.04 -
System Red Green Blue C M Y K H S L
Decimal 75 203 141 0.63 0 0.31 0.20 150.94 0.55 0.55
Hex 4B CB 8D 3F 0 1F 14 97 37 37
Octal 113 313 215 77 0 37 24 227 67 67
Binary 1001011 11001011 10001101 111111 0 11111 10100 10010111 110111 110111

Color Harmonies of #4BCB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCB8D

Black with #4BCB8D

Text Example


Text Example

White with #4BCB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,203,141); }

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

background-color css

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

 a { background-color: rgb(75,203,141); }

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

border-color css

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

 span { border-color: rgb(75,203,141); }

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