Html Css Color HEX #48F387 Emerald

📋 copy color: '#48F387'

red 72 ◦ green 243 ◦ blue 135

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

Shades of Emerald #48F387

Tints of Emerald #48F387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 30%

R = 16%
G = 54%
B = 30%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#48F387 (or 0x48F387) is known color: Emerald. HEX triplet: 48, F3 and 87. RGB value is (72,243,135). Sum of RGB (Red+Green+Blue) = 72+243+135=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #48F387 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F387 is #B70C78. Grayscale: #B3B3B3. Windows color (decimal): -11996281 or 8909640. OLE color: 8909640.

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

Color convert

RGB 72 243 135 -
CMYK 0.70 0 0.44 0.05
HSL 142.11º 0.88% 0.62% -
HSV(B) 142.11º 0.7% 0.95% -
XYZ 39.1 67.23 33.84 -
YUV 179.56 102.85 51.28 -
System Red Green Blue C M Y K H S L
Decimal 72 243 135 0.70 0 0.44 0.05 142.11 0.88 0.62
Hex 48 F3 87 46 0 2C 5 8E 58 3E
Octal 110 363 207 106 0 54 5 216 130 76
Binary 1001000 11110011 10000111 1000110 0 101100 101 10001110 1011000 111110

Color Harmonies of #48F387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F387

Black with #48F387

Text Example


Text Example

White with #48F387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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