#4BF282

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

Shades of Emerald #4BF282

Tints of Emerald #4BF282

Color information

#4BF282 (or 0x4BF282) is unknown color: approx Emerald. HEX triplet: 4B, F2 and 82. RGB value is (75,242,130). Sum of RGB (Red+Green+Blue) = 75+242+130=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 130 (51.17% from 255 or 29.08% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF282 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BF282 is #B40D7D. Grayscale: #B3B3B3. Windows color (decimal): -11799934 or 8581707. OLE color: 8581707.

HSL color Cylindrical-coordinate representation of color #4BF282: hue angle of 139.76º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BF282 is Cyan = 0.69, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB75242130-
CMYK0.6900.460.05
HSL139.76º86.53%62.16%-
HSV(B)139.76º69.01%94.9%-
XYZ38.6866.6131.94-
YUV179.3100.1753.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 16.78%
GREEN value IS 242 (94.92% from 255) = 54.14%
BLUE value IS 130 (51.17% from 255) = 29.08%
R=16.78%
G=54.14%
B=29.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal752421300.6900.460.05139.7686.5362.16
Hex4BF2824502E58c573e
Octal113362202105056521412776
Binary1001011111100101000001010001010101110101100011001010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,242,130); }

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

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

 a { background-color: rgb(75,242,130); }

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

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

 span { border-color: rgb(75,242,130); }

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