Html Css Color HEX #48F095 Shamrock

📋 copy color: '#48F095'

red 72 ◦ green 240 ◦ blue 149

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

Shades of Shamrock #48F095

Tints of Shamrock #48F095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.06%

 BLUE value IS 149 (58.59% from 255) = 32.32%

R = 15.62%
G = 52.06%
B = 32.32%

CMYK

 C value IS 0.7

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#48F095 (or 0x48F095) is known color: Shamrock. HEX triplet: 48, F0 and 95. RGB value is (72,240,149). Sum of RGB (Red+Green+Blue) = 72+240+149=461 (61% of max value = 765). Red value is 72 (28.52% from 255 or 15.62% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 149 (58.59% from 255 or 32.32% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #48F095 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48F095 is #B70F6A. Grayscale: #B3B3B3. Windows color (decimal): -11997035 or 9826376. OLE color: 9826376.

HSL color Cylindrical-coordinate representation of color #48F095: hue angle of 147.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48F095 is Cyan = 0.7, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 72 240 149 -
CMYK 0.7 0 0.38 0.06
HSL 147.5º 0.85% 0.61% -
HSV(B) 147.5º 0.7% 0.94% -
XYZ 39.26 65.87 39.08 -
YUV 179.39 110.84 51.4 -
System Red Green Blue C M Y K H S L
Decimal 72 240 149 0.7 0 0.38 0.06 147.5 0.85 0.61
Hex 48 F0 95 46 0 26 6 94 55 3D
Octal 110 360 225 106 0 46 6 224 125 75
Binary 1001000 11110000 10010101 1000110 0 100110 110 10010100 1010101 111101

Color Harmonies of #48F095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48F095

Black with #48F095

Text Example


Text Example

White with #48F095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,240,149); }

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

background-color css

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

 a { background-color: rgb(72,240,149); }

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

border-color css

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

 span { border-color: rgb(72,240,149); }

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