Html Css Color HEX #48F68E Emerald

📋 copy color: '#48F68E'

red 72 ◦ green 246 ◦ blue 142

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

Shades of Emerald #48F68E

Tints of Emerald #48F68E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.48%

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 15.65%
G = 53.48%
B = 30.87%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.42

 K value IS 0.04

RGB Variations

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

Color information

#48F68E (or 0x48F68E) is known color: Emerald. HEX triplet: 48, F6 and 8E. RGB value is (72,246,142). Sum of RGB (Red+Green+Blue) = 72+246+142=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 246 (96.48% from 255 or 53.48% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 246 - color contains mainly: green. Hex color #48F68E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F68E is #B70971. Grayscale: #B6B6B6. Windows color (decimal): -11995506 or 9369160. OLE color: 9369160.

HSL color Cylindrical-coordinate representation of color #48F68E: hue angle of 144.14º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F68E is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB 72 246 142 -
CMYK 0.71 0 0.42 0.04
HSL 144.14º 0.91% 0.62% -
HSV(B) 144.14º 0.71% 0.96% -
XYZ 40.51 69.24 36.82 -
YUV 182.12 105.35 49.46 -
System Red Green Blue C M Y K H S L
Decimal 72 246 142 0.71 0 0.42 0.04 144.14 0.91 0.62
Hex 48 F6 8E 47 0 2A 4 90 5B 3E
Octal 110 366 216 107 0 52 4 220 133 76
Binary 1001000 11110110 10001110 1000111 0 101010 100 10010000 1011011 111110

Color Harmonies of #48F68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F68E

Black with #48F68E

Text Example


Text Example

White with #48F68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,246,142); }

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

background-color css

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

 a { background-color: rgb(72,246,142); }

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

border-color css

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

 span { border-color: rgb(72,246,142); }

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