Html Css Color HEX #48F07A Emerald

📋 copy color: '#48F07A'

red 72 ◦ green 240 ◦ blue 122

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

Shades of Emerald #48F07A

Tints of Emerald #48F07A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 55.3%

 BLUE value IS 122 (48.05% from 255) = 28.11%

R = 16.59%
G = 55.3%
B = 28.11%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#48F07A (or 0x48F07A) is known color: Emerald. HEX triplet: 48, F0 and 7A. RGB value is (72,240,122). Sum of RGB (Red+Green+Blue) = 72+240+122=434 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.59% from 434); Green value is 240 (94.14% from 255 or 55.30% from 434); Blue value is 122 (48.05% from 255 or 28.11% from 434); Max value from RGB is 240 - color contains mainly: green. Hex color #48F07A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F07A is #B70F85. Grayscale: #B0B0B0. Windows color (decimal): -11997062 or 8056904. OLE color: 8056904.

HSL color Cylindrical-coordinate representation of color #48F07A: hue angle of 137.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F07A is Cyan = 0.7, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 240 122 -
CMYK 0.7 0 0.49 0.06
HSL 137.86º 0.85% 0.61% -
HSV(B) 137.86º 0.7% 0.94% -
XYZ 37.35 65.1 29.01 -
YUV 176.32 97.34 53.59 -
System Red Green Blue C M Y K H S L
Decimal 72 240 122 0.7 0 0.49 0.06 137.86 0.85 0.61
Hex 48 F0 7A 46 0 31 6 8A 55 3D
Octal 110 360 172 106 0 61 6 212 125 75
Binary 1001000 11110000 1111010 1000110 0 110001 110 10001010 1010101 111101

Color Harmonies of #48F07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F07A

Black with #48F07A

Text Example


Text Example

White with #48F07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,240,122); }

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

background-color css

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

 a { background-color: rgb(72,240,122); }

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

border-color css

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

 span { border-color: rgb(72,240,122); }

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