Html Css Color HEX #48F07F Emerald

📋 copy color: '#48F07F'

red 72 ◦ green 240 ◦ blue 127

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

Shades of Emerald #48F07F

Tints of Emerald #48F07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 28.93%

R = 16.4%
G = 54.67%
B = 28.93%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#48F07F (or 0x48F07F) is known color: Emerald. HEX triplet: 48, F0 and 7F. RGB value is (72,240,127). Sum of RGB (Red+Green+Blue) = 72+240+127=439 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.40% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 127 (50% from 255 or 28.93% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #48F07F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F07F is #B70F80. Grayscale: #B1B1B1. Windows color (decimal): -11997057 or 8384584. OLE color: 8384584.

HSL color Cylindrical-coordinate representation of color #48F07F: hue angle of 139.64º 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 #48F07F is Cyan = 0.7, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 240 127 -
CMYK 0.7 0 0.47 0.06
HSL 139.64º 0.85% 0.61% -
HSV(B) 139.64º 0.7% 0.94% -
XYZ 37.66 65.23 30.68 -
YUV 176.89 99.84 53.19 -
System Red Green Blue C M Y K H S L
Decimal 72 240 127 0.7 0 0.47 0.06 139.64 0.85 0.61
Hex 48 F0 7F 46 0 2F 6 8C 55 3D
Octal 110 360 177 106 0 57 6 214 125 75
Binary 1001000 11110000 1111111 1000110 0 101111 110 10001100 1010101 111101

Color Harmonies of #48F07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F07F

Black with #48F07F

Text Example


Text Example

White with #48F07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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