Html Css Color HEX #48EE7E Emerald

📋 copy color: '#48EE7E'

red 72 ◦ green 238 ◦ blue 126

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

Shades of Emerald #48EE7E

Tints of Emerald #48EE7E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 54.59%

 BLUE value IS 126 (49.61% from 255) = 28.9%

R = 16.51%
G = 54.59%
B = 28.9%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#48EE7E (or 0x48EE7E) is known color: Emerald. HEX triplet: 48, EE and 7E. RGB value is (72,238,126). Sum of RGB (Red+Green+Blue) = 72+238+126=436 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.51% from 436); Green value is 238 (93.36% from 255 or 54.59% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EE7E is #B71181. Grayscale: #AFAFAF. Windows color (decimal): -11997570 or 8318536. OLE color: 8318536.

HSL color Cylindrical-coordinate representation of color #48EE7E: hue angle of 139.52º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EE7E is Cyan = 0.70, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 238 126 -
CMYK 0.70 0 0.47 0.07
HSL 139.52º 0.83% 0.61% -
HSV(B) 139.52º 0.7% 0.93% -
XYZ 37.01 64.03 30.15 -
YUV 175.6 100 54.11 -
System Red Green Blue C M Y K H S L
Decimal 72 238 126 0.70 0 0.47 0.07 139.52 0.83 0.61
Hex 48 EE 7E 46 0 2F 7 8C 53 3D
Octal 110 356 176 106 0 57 7 214 123 75
Binary 1001000 11101110 1111110 1000110 0 101111 111 10001100 1010011 111101

Color Harmonies of #48EE7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EE7E

Black with #48EE7E

Text Example


Text Example

White with #48EE7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,238,126); }

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

background-color css

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

 a { background-color: rgb(72,238,126); }

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

border-color css

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

 span { border-color: rgb(72,238,126); }

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