#48C761

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

Shades of Emerald #48C761

Tints of Emerald #48C761

Color information

#48C761 (or 0x48C761) is unknown color: approx Emerald. HEX triplet: 48, C7 and 61. RGB value is (72,199,97). Sum of RGB (Red+Green+Blue) = 72+199+97=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 199 (78.12% from 255 or 54.08% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 199 - color contains mainly: green. Hex color #48C761 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48C761 is #B7389E. Grayscale: #959595. Windows color (decimal): -12007583 or 6408008. OLE color: 6408008.

HSL color Cylindrical-coordinate representation of color #48C761: hue angle of 131.81º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48C761 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB7219997-
CMYK0.6400.510.22
HSL131.81º53.14%53.14%-
HSV(B)131.81º63.82%78.04%-
XYZ25.2543.0918.3-
YUV149.498.4272.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 199 (78.12% from 255) = 54.08%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=19.57%
G=54.08%
B=26.36%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal72199970.6400.510.22131.8153.1453.14
Hex48C7614003316843535
Octal110307141100063262046565
Binary1001000110001111100001100000001100111011010000100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48C761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,199,97); }

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

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

 a { background-color: rgb(72,199,97); }

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

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

 span { border-color: rgb(72,199,97); }

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