Html Css Color HEX #48F391 Shamrock

📋 copy color: '#48F391'

red 72 ◦ green 243 ◦ blue 145

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

Shades of Shamrock #48F391

Tints of Shamrock #48F391

RGB

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

 GREEN value IS 243 (95.31% from 255) = 52.83%

 BLUE value IS 145 (57.03% from 255) = 31.52%

R = 15.65%
G = 52.83%
B = 31.52%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#48F391 (or 0x48F391) is known color: Shamrock. HEX triplet: 48, F3 and 91. RGB value is (72,243,145). Sum of RGB (Red+Green+Blue) = 72+243+145=460 (60% of max value = 765). Red value is 72 (28.52% from 255 or 15.65% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 145 (57.03% from 255 or 31.52% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #48F391 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F391 is #B70C6E. Grayscale: #B4B4B4. Windows color (decimal): -11996271 or 9565000. OLE color: 9565000.

HSL color Cylindrical-coordinate representation of color #48F391: hue angle of 145.61º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F391 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB 72 243 145 -
CMYK 0.70 0 0.40 0.05
HSL 145.61º 0.88% 0.62% -
HSV(B) 145.61º 0.7% 0.95% -
XYZ 39.83 67.52 37.72 -
YUV 180.7 107.85 50.47 -
System Red Green Blue C M Y K H S L
Decimal 72 243 145 0.70 0 0.40 0.05 145.61 0.88 0.62
Hex 48 F3 91 46 0 28 5 92 58 3E
Octal 110 363 221 106 0 50 5 222 130 76
Binary 1001000 11110011 10010001 1000110 0 101000 101 10010010 1011000 111110

Color Harmonies of #48F391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F391

Black with #48F391

Text Example


Text Example

White with #48F391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,243,145); }

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

background-color css

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

 a { background-color: rgb(72,243,145); }

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

border-color css

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

 span { border-color: rgb(72,243,145); }

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