Html Css Color HEX #48BE68 Emerald

📋 copy color: '#48BE68'

red 72 ◦ green 190 ◦ blue 104

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

Shades of Emerald #48BE68

Tints of Emerald #48BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 51.91%

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

R = 19.67%
G = 51.91%
B = 28.42%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#48BE68 (or 0x48BE68) is known color: Emerald. HEX triplet: 48, BE and 68. RGB value is (72,190,104). Sum of RGB (Red+Green+Blue) = 72+190+104=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 190 (74.61% from 255 or 51.91% from 366); Blue value is 104 (41.02% from 255 or 28.42% from 366); Max value from RGB is 190 - color contains mainly: green. Hex color #48BE68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #48BE68 is #B74197. Grayscale: #919191. Windows color (decimal): -12009880 or 6864456. OLE color: 6864456.

HSL color Cylindrical-coordinate representation of color #48BE68: hue angle of 136.27º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #48BE68 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 72 190 104 -
CMYK 0.62 0 0.45 0.25
HSL 136.27º 0.48% 0.51% -
HSV(B) 136.27º 0.62% 0.75% -
XYZ 23.58 39.2 19.42 -
YUV 144.91 104.91 75.99 -
System Red Green Blue C M Y K H S L
Decimal 72 190 104 0.62 0 0.45 0.25 136.27 0.48 0.51
Hex 48 BE 68 3E 0 2D 19 88 30 33
Octal 110 276 150 76 0 55 31 210 60 63
Binary 1001000 10111110 1101000 111110 0 101101 11001 10001000 110000 110011

Color Harmonies of #48BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48BE68

Black with #48BE68

Text Example


Text Example

White with #48BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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