Html Css Color HEX #4BCD8E Emerald

📋 copy color: '#4BCD8E'

red 75 ◦ green 205 ◦ blue 142

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

Shades of Emerald #4BCD8E

Tints of Emerald #4BCD8E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 48.58%

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 17.77%
G = 48.58%
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

#4BCD8E (or 0x4BCD8E) is known color: Emerald. HEX triplet: 4B, CD and 8E. RGB value is (75,205,142). Sum of RGB (Red+Green+Blue) = 75+205+142=422 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.77% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCD8E is #B43271. Grayscale: #9F9F9F. Windows color (decimal): -11809394 or 9358667. OLE color: 9358667.

HSL color Cylindrical-coordinate representation of color #4BCD8E: hue angle of 150.92º degrees, saturation: 0.57, 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 #4BCD8E is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB 75 205 142 -
CMYK 0.63 0 0.31 0.20
HSL 150.92º 0.57% 0.55% -
HSV(B) 150.92º 0.63% 0.8% -
XYZ 29.62 47.11 33.12 -
YUV 158.95 118.43 68.12 -
System Red Green Blue C M Y K H S L
Decimal 75 205 142 0.63 0 0.31 0.20 150.92 0.57 0.55
Hex 4B CD 8E 3F 0 1F 14 97 39 37
Octal 113 315 216 77 0 37 24 227 71 67
Binary 1001011 11001101 10001110 111111 0 11111 10100 10010111 111001 110111

Color Harmonies of #4BCD8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BCD8E

Black with #4BCD8E

Text Example


Text Example

White with #4BCD8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,205,142); }

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

background-color css

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

 a { background-color: rgb(75,205,142); }

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

border-color css

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

 span { border-color: rgb(75,205,142); }

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