Html Css Color HEX #48F37F Emerald

📋 copy color: '#48F37F'

red 72 ◦ green 243 ◦ blue 127

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

Shades of Emerald #48F37F

Tints of Emerald #48F37F

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.98%

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

R = 16.29%
G = 54.98%
B = 28.73%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#48F37F (or 0x48F37F) is known color: Emerald. HEX triplet: 48, F3 and 7F. RGB value is (72,243,127). Sum of RGB (Red+Green+Blue) = 72+243+127=442 (58% of max value = 765). Red value is 72 (28.52% from 255 or 16.29% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #48F37F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48F37F is #B70C80. Grayscale: #B2B2B2. Windows color (decimal): -11996289 or 8385352. OLE color: 8385352.

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

Color convert

RGB 72 243 127 -
CMYK 0.70 0 0.48 0.05
HSL 139.3º 0.88% 0.62% -
HSV(B) 139.3º 0.7% 0.95% -
XYZ 38.55 67.01 30.98 -
YUV 178.65 98.85 51.93 -
System Red Green Blue C M Y K H S L
Decimal 72 243 127 0.70 0 0.48 0.05 139.3 0.88 0.62
Hex 48 F3 7F 46 0 30 5 8B 58 3E
Octal 110 363 177 106 0 60 5 213 130 76
Binary 1001000 11110011 1111111 1000110 0 110000 101 10001011 1011000 111110

Color Harmonies of #48F37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F37F

Black with #48F37F

Text Example


Text Example

White with #48F37F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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