Html Css Color HEX #48EA68 Emerald

📋 copy color: '#48EA68'

red 72 ◦ green 234 ◦ blue 104

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

Shades of Emerald #48EA68

Tints of Emerald #48EA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 57.07%

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 17.56%
G = 57.07%
B = 25.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#48EA68 (or 0x48EA68) is known color: Emerald. HEX triplet: 48, EA and 68. RGB value is (72,234,104). Sum of RGB (Red+Green+Blue) = 72+234+104=410 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.56% from 410); Green value is 234 (91.80% from 255 or 57.07% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 234 - color contains mainly: green. Hex color #48EA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #48EA68 is #B71597. Grayscale: #ABABAB. Windows color (decimal): -11998616 or 6875720. OLE color: 6875720.

HSL color Cylindrical-coordinate representation of color #48EA68: hue angle of 131.85º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48EA68 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 72 234 104 -
CMYK 0.69 0 0.56 0.08
HSL 131.85º 0.79% 0.6% -
HSV(B) 131.85º 0.69% 0.92% -
XYZ 34.59 61.22 23.09 -
YUV 170.74 90.33 57.57 -
System Red Green Blue C M Y K H S L
Decimal 72 234 104 0.69 0 0.56 0.08 131.85 0.79 0.6
Hex 48 EA 68 45 0 38 8 84 4F 3C
Octal 110 352 150 105 0 70 10 204 117 74
Binary 1001000 11101010 1101000 1000101 0 111000 1000 10000100 1001111 111100

Color Harmonies of #48EA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EA68

Black with #48EA68

Text Example


Text Example

White with #48EA68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,234,104); }

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

background-color css

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

 a { background-color: rgb(72,234,104); }

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

border-color css

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

 span { border-color: rgb(72,234,104); }

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