Html Css Color HEX #48E79D Shamrock

📋 copy color: '#48E79D'

red 72 ◦ green 231 ◦ blue 157

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

Shades of Shamrock #48E79D

Tints of Shamrock #48E79D

RGB

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

 GREEN value IS 231 (90.63% from 255) = 50.22%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 15.65%
G = 50.22%
B = 34.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.32

 K value IS 0.09

RGB Variations

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

Color information

#48E79D (or 0x48E79D) is known color: Shamrock. HEX triplet: 48, E7 and 9D. RGB value is (72,231,157). Sum of RGB (Red+Green+Blue) = 72+231+157=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 231 (90.62% from 255 or 50.22% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 231 - color contains mainly: green. Hex color #48E79D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E79D is #B71862. Grayscale: #AFAFAF. Windows color (decimal): -11999331 or 10348360. OLE color: 10348360.

HSL color Cylindrical-coordinate representation of color #48E79D: hue angle of 152.08º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48E79D is Cyan = 0.69, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 231 157 -
CMYK 0.69 0 0.32 0.09
HSL 152.08º 0.77% 0.59% -
HSV(B) 152.08º 0.69% 0.91% -
XYZ 37.33 60.96 41.7 -
YUV 175.02 117.82 54.52 -
System Red Green Blue C M Y K H S L
Decimal 72 231 157 0.69 0 0.32 0.09 152.08 0.77 0.59
Hex 48 E7 9D 45 0 20 9 98 4D 3B
Octal 110 347 235 105 0 40 11 230 115 73
Binary 1001000 11100111 10011101 1000101 0 100000 1001 10011000 1001101 111011

Color Harmonies of #48E79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E79D

Black with #48E79D

Text Example


Text Example

White with #48E79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,231,157); }

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

background-color css

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

 a { background-color: rgb(72,231,157); }

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

border-color css

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

 span { border-color: rgb(72,231,157); }

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