Html Css Color HEX #48CE63 Emerald

📋 copy color: '#48CE63'

red 72 ◦ green 206 ◦ blue 99

#48CE63
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #48CE63

Tints of Emerald #48CE63

RGB

 RED value IS 72 (28.52% from 255) = 19.1%

 GREEN value IS 206 (80.86% from 255) = 54.64%

 BLUE value IS 99 (39.06% from 255) = 26.26%

R = 19.1%
G = 54.64%
B = 26.26%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#48CE63 (or 0x48CE63) is known color: Emerald. HEX triplet: 48, CE and 63. RGB value is (72,206,99). Sum of RGB (Red+Green+Blue) = 72+206+99=377 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.10% from 377); Green value is 206 (80.86% from 255 or 54.64% from 377); Blue value is 99 (39.06% from 255 or 26.26% from 377); Max value from RGB is 206 - color contains mainly: green. Hex color #48CE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48CE63 is #B7319C. Grayscale: #9A9A9A. Windows color (decimal): -12005789 or 6540872. OLE color: 6540872.

HSL color Cylindrical-coordinate representation of color #48CE63: hue angle of 132.09º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CE63 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 206 99 -
CMYK 0.65 0 0.52 0.19
HSL 132.09º 0.58% 0.55% -
HSV(B) 132.09º 0.65% 0.81% -
XYZ 27 46.42 19.34 -
YUV 153.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 72 206 99 0.65 0 0.52 0.19 132.09 0.58 0.55
Hex 48 CE 63 41 0 34 13 84 3A 37
Octal 110 316 143 101 0 64 23 204 72 67
Binary 1001000 11001110 1100011 1000001 0 110100 10011 10000100 111010 110111

Color Harmonies of #48CE63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CE63

Black with #48CE63

Text Example


Text Example

White with #48CE63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,206,99); }

 H1.HeaderClassName
 {
   color: #48CE63;
 }
 .AnyTagClassName
 {
   color: #48CE63;
 }
</style>

background-color css

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

 a { background-color: rgb(72,206,99); }

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

border-color css

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

 span { border-color: rgb(72,206,99); }

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