Html Css Color HEX #48C58E Shamrock

📋 copy color: '#48C58E'

red 72 ◦ green 197 ◦ blue 142

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

Shades of Shamrock #48C58E

Tints of Shamrock #48C58E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.93%

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 17.52%
G = 47.93%
B = 34.55%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#48C58E (or 0x48C58E) is known color: Shamrock. HEX triplet: 48, C5 and 8E. RGB value is (72,197,142). Sum of RGB (Red+Green+Blue) = 72+197+142=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 197 (77.34% from 255 or 47.93% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 197 - color contains mainly: green. Hex color #48C58E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48C58E is #B73A71. Grayscale: #999999. Windows color (decimal): -12008050 or 9356616. OLE color: 9356616.

HSL color Cylindrical-coordinate representation of color #48C58E: hue angle of 153.6º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #48C58E is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 72 197 142 -
CMYK 0.63 0 0.28 0.23
HSL 153.6º 0.52% 0.53% -
HSV(B) 153.6º 0.63% 0.77% -
XYZ 27.52 43.26 32.49 -
YUV 153.36 121.59 69.97 -
System Red Green Blue C M Y K H S L
Decimal 72 197 142 0.63 0 0.28 0.23 153.6 0.52 0.53
Hex 48 C5 8E 3F 0 1C 17 9A 34 35
Octal 110 305 216 77 0 34 27 232 64 65
Binary 1001000 11000101 10001110 111111 0 11100 10111 10011010 110100 110101

Color Harmonies of #48C58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48C58E

Black with #48C58E

Text Example


Text Example

White with #48C58E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,197,142); }

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

background-color css

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

 a { background-color: rgb(72,197,142); }

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

border-color css

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

 span { border-color: rgb(72,197,142); }

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