#48EF83

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

Shades of Emerald #48EF83

Tints of Emerald #48EF83

Color information

#48EF83 (or 0x48EF83) is unknown color: approx Emerald. HEX triplet: 48, EF and 83. RGB value is (72,239,131). Sum of RGB (Red+Green+Blue) = 72+239+131=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 239 (93.75% from 255 or 54.07% from 442); Blue value is 131 (51.56% from 255 or 29.64% from 442); Max value from RGB is 239 - color contains mainly: green. Hex color #48EF83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EF83 is #B7107C. Grayscale: #B1B1B1. Windows color (decimal): -11997309 or 8646472. OLE color: 8646472.

HSL color Cylindrical-coordinate representation of color #48EF83: hue angle of 141.2º 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 #48EF83 is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB72239131-
CMYK0.7000.450.06
HSL141.2º83.92%60.98%-
HSV(B)141.2º69.87%93.73%-
XYZ37.6464.7531.99-
YUV176.75102.1753.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 16.29%
GREEN value IS 239 (93.75% from 255) = 54.07%
BLUE value IS 131 (51.56% from 255) = 29.64%
R=16.29%
G=54.07%
B=29.64%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal722391310.7000.450.06141.283.9260.98
Hex48EF834602D68d543d
Octal110357203106055621512475
Binary1001000111011111000001110001100101101110100011011010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48EF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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