Html Css Color HEX #48F18F Emerald

📋 copy color: '#48F18F'

red 72 ◦ green 241 ◦ blue 143

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

Shades of Emerald #48F18F

Tints of Emerald #48F18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 31.36%

R = 15.79%
G = 52.85%
B = 31.36%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.41

 K value IS 0.05

RGB Variations

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

Color information

#48F18F (or 0x48F18F) is known color: Emerald. HEX triplet: 48, F1 and 8F. RGB value is (72,241,143). Sum of RGB (Red+Green+Blue) = 72+241+143=456 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.79% from 456); Green value is 241 (94.53% from 255 or 52.85% from 456); Blue value is 143 (56.25% from 255 or 31.36% from 456); Max value from RGB is 241 - color contains mainly: green. Hex color #48F18F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F18F is #B70E70. Grayscale: #B3B3B3. Windows color (decimal): -11996785 or 9433416. OLE color: 9433416.

HSL color Cylindrical-coordinate representation of color #48F18F: hue angle of 145.21º 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 #48F18F is Cyan = 0.70, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 241 143 -
CMYK 0.70 0 0.41 0.05
HSL 145.21º 0.86% 0.61% -
HSV(B) 145.21º 0.7% 0.95% -
XYZ 39.09 66.27 36.72 -
YUV 179.3 107.51 51.47 -
System Red Green Blue C M Y K H S L
Decimal 72 241 143 0.70 0 0.41 0.05 145.21 0.86 0.61
Hex 48 F1 8F 46 0 29 5 91 56 3D
Octal 110 361 217 106 0 51 5 221 126 75
Binary 1001000 11110001 10001111 1000110 0 101001 101 10010001 1010110 111101

Color Harmonies of #48F18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F18F

Black with #48F18F

Text Example


Text Example

White with #48F18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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