#48CB5C

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

Shades of Emerald #48CB5C

Tints of Emerald #48CB5C

Color information

#48CB5C (or 0x48CB5C) is unknown color: approx Emerald. HEX triplet: 48, CB and 5C. RGB value is (72,203,92). Sum of RGB (Red+Green+Blue) = 72+203+92=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 203 (79.69% from 255 or 55.31% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 203 - color contains mainly: green. Hex color #48CB5C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CB5C is #B734A3. Grayscale: #979797. Windows color (decimal): -12006564 or 6081352. OLE color: 6081352.

HSL color Cylindrical-coordinate representation of color #48CB5C: hue angle of 129.16º 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 #48CB5C is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB7220392-
CMYK0.6500.550.20
HSL129.16º55.74%53.92%-
HSV(B)129.16º64.53%79.61%-
XYZ25.9644.8617.42-
YUV151.1894.671.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 203 (79.69% from 255) = 55.31%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=19.62%
G=55.31%
B=25.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal72203920.6500.550.20129.1655.7453.92
Hex48CB5C4103714813836
Octal110313134101067242017066
Binary1001000110010111011100100000101101111010010000001111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48CB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,203,92); }

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

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

 a { background-color: rgb(72,203,92); }

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

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

 span { border-color: rgb(72,203,92); }

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