Html Css Color HEX #48E795 Shamrock

📋 copy color: '#48E795'

red 72 ◦ green 231 ◦ blue 149

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

Shades of Shamrock #48E795

Tints of Shamrock #48E795

RGB

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

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

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

R = 15.93%
G = 51.11%
B = 32.96%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#48E795 (or 0x48E795) is known color: Shamrock. HEX triplet: 48, E7 and 95. RGB value is (72,231,149). Sum of RGB (Red+Green+Blue) = 72+231+149=452 (59% of max value = 765). Red value is 72 (28.52% from 255 or 15.93% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #48E795 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #48E795 is #B7186A. Grayscale: #AEAEAE. Windows color (decimal): -11999339 or 9824072. OLE color: 9824072.

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

Color convert

RGB 72 231 149 -
CMYK 0.69 0 0.35 0.09
HSL 149.06º 0.77% 0.59% -
HSV(B) 149.06º 0.69% 0.91% -
XYZ 36.67 60.7 38.22 -
YUV 174.11 113.82 55.17 -
System Red Green Blue C M Y K H S L
Decimal 72 231 149 0.69 0 0.35 0.09 149.06 0.77 0.59
Hex 48 E7 95 45 0 23 9 95 4D 3B
Octal 110 347 225 105 0 43 11 225 115 73
Binary 1001000 11100111 10010101 1000101 0 100011 1001 10010101 1001101 111011

Color Harmonies of #48E795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48E795

Black with #48E795

Text Example


Text Example

White with #48E795

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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