Html Css Color HEX #48D270 Emerald

📋 copy color: '#48D270'

red 72 ◦ green 210 ◦ blue 112

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

Shades of Emerald #48D270

Tints of Emerald #48D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.3%

 BLUE value IS 112 (44.14% from 255) = 28.43%

R = 18.27%
G = 53.3%
B = 28.43%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#48D270 (or 0x48D270) is known color: Emerald. HEX triplet: 48, D2 and 70. RGB value is (72,210,112). Sum of RGB (Red+Green+Blue) = 72+210+112=394 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.27% from 394); Green value is 210 (82.42% from 255 or 53.30% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 210 - color contains mainly: green. Hex color #48D270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48D270 is #B72D8F. Grayscale: #9D9D9D. Windows color (decimal): -12004752 or 7393864. OLE color: 7393864.

HSL color Cylindrical-coordinate representation of color #48D270: hue angle of 137.39º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D270 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 112 -
CMYK 0.66 0 0.47 0.18
HSL 137.39º 0.61% 0.55% -
HSV(B) 137.39º 0.66% 0.82% -
XYZ 28.64 48.64 23.21 -
YUV 157.57 102.28 66.97 -
System Red Green Blue C M Y K H S L
Decimal 72 210 112 0.66 0 0.47 0.18 137.39 0.61 0.55
Hex 48 D2 70 42 0 2F 12 89 3D 37
Octal 110 322 160 102 0 57 22 211 75 67
Binary 1001000 11010010 1110000 1000010 0 101111 10010 10001001 111101 110111

Color Harmonies of #48D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D270

Black with #48D270

Text Example


Text Example

White with #48D270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,210,112); }

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

background-color css

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

 a { background-color: rgb(72,210,112); }

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

border-color css

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

 span { border-color: rgb(72,210,112); }

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