#4BD48B

Color #4BD48B Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4BD48B

Tints of Emerald #4BD48B

Color information

#4BD48B (or 0x4BD48B) is unknown color: approx Emerald. HEX triplet: 4B, D4 and 8B. RGB value is (75,212,139). Sum of RGB (Red+Green+Blue) = 75+212+139=426 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.61% from 426); Green value is 212 (83.20% from 255 or 49.77% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 212 - color contains mainly: green. Hex color #4BD48B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD48B is #B42B74. Grayscale: #A2A2A2. Windows color (decimal): -11807605 or 9163851. OLE color: 9163851.

HSL color Cylindrical-coordinate representation of color #4BD48B: hue angle of 148.03º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD48B is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB75212139-
CMYK0.6500.340.17
HSL148.03º61.43%56.27%-
HSV(B)148.03º64.62%83.14%-
XYZ31.1150.4532.52-
YUV162.72114.6165.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.61%
GREEN value IS 212 (83.20% from 255) = 49.77%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=17.61%
G=49.77%
B=32.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal752121390.6500.340.17148.0361.4356.27
Hex4BD48B4102211943d38
Octal113324213101042212247570
Binary10010111101010010001011100000101000101000110010100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,212,139); }

 H1.HeaderClassName
 {
   color: #4BD48B;
 }
 .AnyTagClassName
 {
   color: #4BD48B;
 }
</style>
background-color css

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

 a { background-color: rgb(75,212,139); }

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

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

 span { border-color: rgb(75,212,139); }

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