Html Css Color HEX #48E199 Shamrock

📋 copy color: '#48E199'

red 72 ◦ green 225 ◦ blue 153

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

Shades of Shamrock #48E199

Tints of Shamrock #48E199

RGB

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

 GREEN value IS 225 (88.28% from 255) = 50%

 BLUE value IS 153 (60.16% from 255) = 34%

R = 16%
G = 50%
B = 34%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#48E199 (or 0x48E199) is known color: Shamrock. HEX triplet: 48, E1 and 99. RGB value is (72,225,153). Sum of RGB (Red+Green+Blue) = 72+225+153=450 (59% of max value = 765). Red value is 72 (28.52% from 255 or 16% from 450); Green value is 225 (88.28% from 255 or 50% from 450); Blue value is 153 (60.16% from 255 or 34% from 450); Max value from RGB is 225 - color contains mainly: green. Hex color #48E199 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48E199 is #B71E66. Grayscale: #ABABAB. Windows color (decimal): -12000871 or 10084680. OLE color: 10084680.

HSL color Cylindrical-coordinate representation of color #48E199: hue angle of 151.76º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #48E199 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 72 225 153 -
CMYK 0.68 0 0.32 0.12
HSL 151.76º 0.72% 0.58% -
HSV(B) 151.76º 0.68% 0.88% -
XYZ 35.35 57.53 39.38 -
YUV 171.05 117.81 57.35 -
System Red Green Blue C M Y K H S L
Decimal 72 225 153 0.68 0 0.32 0.12 151.76 0.72 0.58
Hex 48 E1 99 44 0 20 C 98 48 3A
Octal 110 341 231 104 0 40 14 230 110 72
Binary 1001000 11100001 10011001 1000100 0 100000 1100 10011000 1001000 111010

Color Harmonies of #48E199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E199

Black with #48E199

Text Example


Text Example

White with #48E199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,225,153); }

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

background-color css

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

 a { background-color: rgb(72,225,153); }

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

border-color css

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

 span { border-color: rgb(72,225,153); }

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