#48EF81

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

Shades of Emerald #48EF81

Tints of Emerald #48EF81

Color information

#48EF81 (or 0x48EF81) is unknown color: approx Emerald. HEX triplet: 48, EF and 81. RGB value is (72,239,129). Sum of RGB (Red+Green+Blue) = 72+239+129=440 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.36% from 440); Green value is 239 (93.75% from 255 or 54.32% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF81 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EF81 is #B7107E. Grayscale: #B0B0B0. Windows color (decimal): -11997311 or 8515400. OLE color: 8515400.

HSL color Cylindrical-coordinate representation of color #48EF81: hue angle of 140.48º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EF81 is Cyan = 0.70, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB72239129-
CMYK0.7000.460.06
HSL140.48º83.92%60.98%-
HSV(B)140.48º69.87%93.73%-
XYZ37.564.731.28-
YUV176.53101.1753.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.36%
GREEN value IS 239 (93.75% from 255) = 54.32%
BLUE value IS 129 (50.78% from 255) = 29.32%
R=16.36%
G=54.32%
B=29.32%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722391290.7000.460.06140.4883.9260.98
Hex48EF814602E68c543d
Octal110357201106056621412475
Binary1001000111011111000000110001100101110110100011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48EF81; }

 p { color: rgb(72,239,129); }

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

<style>
 a { background-color: #48EF81; }

 a { background-color: rgb(72,239,129); }

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

<style>
 span { border-color: #48EF81; }

 span { border-color: rgb(72,239,129); }

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