#48CD74

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

Shades of Emerald #48CD74

Tints of Emerald #48CD74

Color information

#48CD74 (or 0x48CD74) is unknown color: approx Emerald. HEX triplet: 48, CD and 74. RGB value is (72,205,116). Sum of RGB (Red+Green+Blue) = 72+205+116=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #48CD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CD74 is #B7328B. Grayscale: #9B9B9B. Windows color (decimal): -12006028 or 7654728. OLE color: 7654728.

HSL color Cylindrical-coordinate representation of color #48CD74: hue angle of 139.85º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CD74 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB72205116-
CMYK0.6500.430.20
HSL139.85º57.08%54.31%-
HSV(B)139.85º64.88%80.39%-
XYZ27.6646.324-
YUV155.09105.9468.74-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.32%
GREEN value IS 205 (80.47% from 255) = 52.16%
BLUE value IS 116 (45.70% from 255) = 29.52%
R=18.32%
G=52.16%
B=29.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal722051160.6500.430.20139.8557.0854.31
Hex48CD744102B148c3936
Octal110315164101053242147166
Binary1001000110011011110100100000101010111010010001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,205,116); }

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

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

 a { background-color: rgb(72,205,116); }

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

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

 span { border-color: rgb(72,205,116); }

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