Html Css Color HEX #48EE93 Shamrock

📋 copy color: '#48EE93'

red 72 ◦ green 238 ◦ blue 147

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

Shades of Shamrock #48EE93

Tints of Shamrock #48EE93

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.08%

 BLUE value IS 147 (57.81% from 255) = 32.17%

R = 15.75%
G = 52.08%
B = 32.17%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#48EE93 (or 0x48EE93) is known color: Shamrock. HEX triplet: 48, EE and 93. RGB value is (72,238,147). Sum of RGB (Red+Green+Blue) = 72+238+147=457 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.75% from 457); Green value is 238 (93.36% from 255 or 52.08% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 238 - color contains mainly: green. Hex color #48EE93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48EE93 is #B7116C. Grayscale: #B2B2B2. Windows color (decimal): -11997549 or 9694792. OLE color: 9694792.

HSL color Cylindrical-coordinate representation of color #48EE93: hue angle of 147.11º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48EE93 is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB 72 238 147 -
CMYK 0.70 0 0.38 0.07
HSL 147.11º 0.83% 0.61% -
HSV(B) 147.11º 0.7% 0.93% -
XYZ 38.51 64.63 38.05 -
YUV 177.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 72 238 147 0.70 0 0.38 0.07 147.11 0.83 0.61
Hex 48 EE 93 46 0 26 7 93 53 3D
Octal 110 356 223 106 0 46 7 223 123 75
Binary 1001000 11101110 10010011 1000110 0 100110 111 10010011 1010011 111101

Color Harmonies of #48EE93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48EE93

Black with #48EE93

Text Example


Text Example

White with #48EE93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,238,147); }

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

background-color css

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

 a { background-color: rgb(72,238,147); }

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

border-color css

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

 span { border-color: rgb(72,238,147); }

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