Html Css Color HEX #48D969 Emerald

📋 copy color: '#48D969'

red 72 ◦ green 217 ◦ blue 105

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

Shades of Emerald #48D969

Tints of Emerald #48D969

RGB

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

 GREEN value IS 217 (85.16% from 255) = 55.08%

 BLUE value IS 105 (41.41% from 255) = 26.65%

R = 18.27%
G = 55.08%
B = 26.65%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#48D969 (or 0x48D969) is known color: Emerald. HEX triplet: 48, D9 and 69. RGB value is (72,217,105). Sum of RGB (Red+Green+Blue) = 72+217+105=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 217 (85.16% from 255 or 55.08% from 394); Blue value is 105 (41.41% from 255 or 26.65% from 394); Max value from RGB is 217 - color contains mainly: green. Hex color #48D969 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D969 is #B72696. Grayscale: #A1A1A1. Windows color (decimal): -12002967 or 6936904. OLE color: 6936904.

HSL color Cylindrical-coordinate representation of color #48D969: hue angle of 133.66º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #48D969 is Cyan = 0.67, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB 72 217 105 -
CMYK 0.67 0 0.52 0.15
HSL 133.66º 0.66% 0.57% -
HSV(B) 133.66º 0.67% 0.85% -
XYZ 30.04 52.02 21.82 -
YUV 160.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 72 217 105 0.67 0 0.52 0.15 133.66 0.66 0.57
Hex 48 D9 69 43 0 34 F 86 42 39
Octal 110 331 151 103 0 64 17 206 102 71
Binary 1001000 11011001 1101001 1000011 0 110100 1111 10000110 1000010 111001

Color Harmonies of #48D969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D969

Black with #48D969

Text Example


Text Example

White with #48D969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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