Html Css Color HEX #48E798 Shamrock

📋 copy color: '#48E798'

red 72 ◦ green 231 ◦ blue 152

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

Shades of Shamrock #48E798

Tints of Shamrock #48E798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 33.41%

R = 15.82%
G = 50.77%
B = 33.41%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.34

 K value IS 0.09

RGB Variations

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

Color information

#48E798 (or 0x48E798) is known color: Shamrock. HEX triplet: 48, E7 and 98. RGB value is (72,231,152). Sum of RGB (Red+Green+Blue) = 72+231+152=455 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.82% from 455); Green value is 231 (90.62% from 255 or 50.77% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 231 - color contains mainly: green. Hex color #48E798 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E798 is #B71867. Grayscale: #AEAEAE. Windows color (decimal): -11999336 or 10020680. OLE color: 10020680.

HSL color Cylindrical-coordinate representation of color #48E798: hue angle of 150.19º 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 #48E798 is Cyan = 0.69, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.09.

Color convert

RGB 72 231 152 -
CMYK 0.69 0 0.34 0.09
HSL 150.19º 0.77% 0.59% -
HSV(B) 150.19º 0.69% 0.91% -
XYZ 36.92 60.8 39.5 -
YUV 174.45 115.32 54.92 -
System Red Green Blue C M Y K H S L
Decimal 72 231 152 0.69 0 0.34 0.09 150.19 0.77 0.59
Hex 48 E7 98 45 0 22 9 96 4D 3B
Octal 110 347 230 105 0 42 11 226 115 73
Binary 1001000 11100111 10011000 1000101 0 100010 1001 10010110 1001101 111011

Color Harmonies of #48E798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E798

Black with #48E798

Text Example


Text Example

White with #48E798

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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