Html Css Color HEX #48F17B Emerald

📋 copy color: '#48F17B'

red 72 ◦ green 241 ◦ blue 123

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

Shades of Emerald #48F17B

Tints of Emerald #48F17B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 55.28%

 BLUE value IS 123 (48.44% from 255) = 28.21%

R = 16.51%
G = 55.28%
B = 28.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

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

Color information

#48F17B (or 0x48F17B) is known color: Emerald. HEX triplet: 48, F1 and 7B. RGB value is (72,241,123). Sum of RGB (Red+Green+Blue) = 72+241+123=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 241 (94.53% from 255 or 55.28% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 241 - color contains mainly: green. Hex color #48F17B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F17B is #B70E84. Grayscale: #B1B1B1. Windows color (decimal): -11996805 or 8122696. OLE color: 8122696.

HSL color Cylindrical-coordinate representation of color #48F17B: hue angle of 138.11º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F17B is Cyan = 0.70, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 123 -
CMYK 0.70 0 0.49 0.05
HSL 138.11º 0.86% 0.61% -
HSV(B) 138.11º 0.7% 0.95% -
XYZ 37.7 65.72 29.44 -
YUV 177.02 97.51 53.09 -
System Red Green Blue C M Y K H S L
Decimal 72 241 123 0.70 0 0.49 0.05 138.11 0.86 0.61
Hex 48 F1 7B 46 0 31 5 8A 56 3D
Octal 110 361 173 106 0 61 5 212 126 75
Binary 1001000 11110001 1111011 1000110 0 110001 101 10001010 1010110 111101

Color Harmonies of #48F17B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F17B

Black with #48F17B

Text Example


Text Example

White with #48F17B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,241,123); }

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

background-color css

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

 a { background-color: rgb(72,241,123); }

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

border-color css

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

 span { border-color: rgb(72,241,123); }

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