#48CC69

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

Shades of Emerald #48CC69

Tints of Emerald #48CC69

Color information

#48CC69 (or 0x48CC69) is unknown color: approx Emerald. HEX triplet: 48, CC and 69. RGB value is (72,204,105). Sum of RGB (Red+Green+Blue) = 72+204+105=381 (50% of max value = 765). Red value is 72 (28.52% from 255 or 18.90% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #48CC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CC69 is #B73396. Grayscale: #999999. Windows color (decimal): -12006295 or 6933576. OLE color: 6933576.

HSL color Cylindrical-coordinate representation of color #48CC69: hue angle of 135º degrees, saturation: 0.56, 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 #48CC69 is Cyan = 0.65, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.2.

Color convert

RGB72204105-
CMYK0.6500.490.2
HSL135º56.41%54.12%-
HSV(B)135º64.71%80%-
XYZ26.8245.5820.75-
YUV153.25100.7770.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 18.90%
GREEN value IS 204 (80.08% from 255) = 53.54%
BLUE value IS 105 (41.41% from 255) = 27.56%
R=18.90%
G=53.54%
B=27.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal722041050.6500.490.213556.4154.12
Hex48CC694103114873836
Octal110314151101061242077066
Binary1001000110011001101001100000101100011010010000111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,204,105); }

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

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

 a { background-color: rgb(72,204,105); }

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

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

 span { border-color: rgb(72,204,105); }

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