Html Css Color HEX #48D299 Shamrock

📋 copy color: '#48D299'

red 72 ◦ green 210 ◦ blue 153

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

Shades of Shamrock #48D299

Tints of Shamrock #48D299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 35.17%

R = 16.55%
G = 48.28%
B = 35.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#48D299 (or 0x48D299) is known color: Shamrock. HEX triplet: 48, D2 and 99. RGB value is (72,210,153). Sum of RGB (Red+Green+Blue) = 72+210+153=435 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.55% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 153 (60.16% from 255 or 35.17% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #48D299 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48D299 is #B72D66. Grayscale: #A2A2A2. Windows color (decimal): -12004711 or 10080840. OLE color: 10080840.

HSL color Cylindrical-coordinate representation of color #48D299: hue angle of 155.22º 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 #48D299 is Cyan = 0.66, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 72 210 153 -
CMYK 0.66 0 0.27 0.18
HSL 155.22º 0.61% 0.55% -
HSV(B) 155.22º 0.66% 0.82% -
XYZ 31.47 49.77 38.09 -
YUV 162.24 122.78 63.63 -
System Red Green Blue C M Y K H S L
Decimal 72 210 153 0.66 0 0.27 0.18 155.22 0.61 0.55
Hex 48 D2 99 42 0 1B 12 9B 3D 37
Octal 110 322 231 102 0 33 22 233 75 67
Binary 1001000 11010010 10011001 1000010 0 11011 10010 10011011 111101 110111

Color Harmonies of #48D299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48D299

Black with #48D299

Text Example


Text Example

White with #48D299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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