Html Css Color HEX #48F98A Emerald

📋 copy color: '#48F98A'

red 72 ◦ green 249 ◦ blue 138

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

Shades of Emerald #48F98A

Tints of Emerald #48F98A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 54.25%

 BLUE value IS 138 (54.3% from 255) = 30.07%

R = 15.69%
G = 54.25%
B = 30.07%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#48F98A (or 0x48F98A) is known color: Emerald. HEX triplet: 48, F9 and 8A. RGB value is (72,249,138). Sum of RGB (Red+Green+Blue) = 72+249+138=459 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.69% from 459); Green value is 249 (97.66% from 255 or 54.25% from 459); Blue value is 138 (54.30% from 255 or 30.07% from 459); Max value from RGB is 249 - color contains mainly: green. Hex color #48F98A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F98A is #B70675. Grayscale: #B7B7B7. Windows color (decimal): -11994742 or 9107784. OLE color: 9107784.

HSL color Cylindrical-coordinate representation of color #48F98A: hue angle of 142.37º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48F98A is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.

Color convert

RGB 72 249 138 -
CMYK 0.71 0 0.45 0.02
HSL 142.37º 0.94% 0.63% -
HSV(B) 142.37º 0.71% 0.98% -
XYZ 41.14 70.96 35.57 -
YUV 183.42 102.36 48.53 -
System Red Green Blue C M Y K H S L
Decimal 72 249 138 0.71 0 0.45 0.02 142.37 0.94 0.63
Hex 48 F9 8A 47 0 2D 2 8E 5E 3F
Octal 110 371 212 107 0 55 2 216 136 77
Binary 1001000 11111001 10001010 1000111 0 101101 10 10001110 1011110 111111

Color Harmonies of #48F98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F98A

Black with #48F98A

Text Example


Text Example

White with #48F98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,249,138); }

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

background-color css

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

 a { background-color: rgb(72,249,138); }

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

border-color css

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

 span { border-color: rgb(72,249,138); }

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