Html Css Color HEX #48D293 Shamrock

📋 copy color: '#48D293'

red 72 ◦ green 210 ◦ blue 147

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

Shades of Shamrock #48D293

Tints of Shamrock #48D293

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.95%

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

R = 16.78%
G = 48.95%
B = 34.27%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#48D293 (or 0x48D293) is known color: Shamrock. HEX triplet: 48, D2 and 93. RGB value is (72,210,147). Sum of RGB (Red+Green+Blue) = 72+210+147=429 (56% of max value = 765). Red value is 72 (28.52% from 255 or 16.78% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 147 (57.81% from 255 or 34.27% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #48D293 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D293 is #B72D6C. Grayscale: #A1A1A1. Windows color (decimal): -12004717 or 9687624. OLE color: 9687624.

HSL color Cylindrical-coordinate representation of color #48D293: hue angle of 152.61º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #48D293 is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 147 -
CMYK 0.66 0 0.30 0.18
HSL 152.61º 0.61% 0.55% -
HSV(B) 152.61º 0.66% 0.82% -
XYZ 30.99 49.58 35.54 -
YUV 161.56 119.78 64.12 -
System Red Green Blue C M Y K H S L
Decimal 72 210 147 0.66 0 0.30 0.18 152.61 0.61 0.55
Hex 48 D2 93 42 0 1E 12 99 3D 37
Octal 110 322 223 102 0 36 22 231 75 67
Binary 1001000 11010010 10010011 1000010 0 11110 10010 10011001 111101 110111

Color Harmonies of #48D293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D293

Black with #48D293

Text Example


Text Example

White with #48D293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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