#4BF488

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

Shades of Emerald #4BF488

Tints of Emerald #4BF488

Color information

#4BF488 (or 0x4BF488) is unknown color: approx Emerald. HEX triplet: 4B, F4 and 88. RGB value is (75,244,136). Sum of RGB (Red+Green+Blue) = 75+244+136=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 244 (95.70% from 255 or 53.63% from 455); Blue value is 136 (53.52% from 255 or 29.89% from 455); Max value from RGB is 244 - color contains mainly: green. Hex color #4BF488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF488 is #B40B77. Grayscale: #B5B5B5. Windows color (decimal): -11799416 or 8975435. OLE color: 8975435.

HSL color Cylindrical-coordinate representation of color #4BF488: hue angle of 141.66º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF488 is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB75244136-
CMYK0.6900.440.04
HSL141.66º88.48%62.55%-
HSV(B)141.66º69.26%95.69%-
XYZ39.767.9734.32-
YUV181.16102.5152.28-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.48%
GREEN value IS 244 (95.70% from 255) = 53.63%
BLUE value IS 136 (53.52% from 255) = 29.89%
R=16.48%
G=53.63%
B=29.89%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal752441360.6900.440.04141.6688.4862.55
Hex4BF4884502C48e583f
Octal113364210105054421613077
Binary1001011111101001000100010001010101100100100011101011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,244,136); }

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

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

 a { background-color: rgb(75,244,136); }

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

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

 span { border-color: rgb(75,244,136); }

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