#48CA74

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

Shades of Emerald #48CA74

Tints of Emerald #48CA74

Color information

#48CA74 (or 0x48CA74) is unknown color: approx Emerald. HEX triplet: 48, CA and 74. RGB value is (72,202,116). Sum of RGB (Red+Green+Blue) = 72+202+116=390 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.46% from 390); Green value is 202 (79.30% from 255 or 51.79% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 202 - color contains mainly: green. Hex color #48CA74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CA74 is #B7358B. Grayscale: #999999. Windows color (decimal): -12006796 or 7653960. OLE color: 7653960.

HSL color Cylindrical-coordinate representation of color #48CA74: hue angle of 140.31º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #48CA74 is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB72202116-
CMYK0.6400.430.21
HSL140.31º55.08%53.73%-
HSV(B)140.31º64.36%79.22%-
XYZ26.9544.8823.77-
YUV153.33106.9369.99-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.46%
GREEN value IS 202 (79.30% from 255) = 51.79%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=18.46%
G=51.79%
B=29.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal722021160.6400.430.21140.3155.0853.73
Hex48CA744002B158c3736
Octal110312164100053252146766
Binary1001000110010101110100100000001010111010110001100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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