Html Css Color HEX #48CF99 Shamrock

📋 copy color: '#48CF99'

red 72 ◦ green 207 ◦ blue 153

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

Shades of Shamrock #48CF99

Tints of Shamrock #48CF99

RGB

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

 GREEN value IS 207 (81.25% from 255) = 47.92%

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

R = 16.67%
G = 47.92%
B = 35.42%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#48CF99 (or 0x48CF99) is known color: Shamrock. HEX triplet: 48, CF and 99. RGB value is (72,207,153). Sum of RGB (Red+Green+Blue) = 72+207+153=432 (57% of max value = 765). Red value is 72 (28.52% from 255 or 16.67% from 432); Green value is 207 (81.25% from 255 or 47.92% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 207 - color contains mainly: green. Hex color #48CF99 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #48CF99 is #B73066. Grayscale: #A0A0A0. Windows color (decimal): -12005479 or 10080072. OLE color: 10080072.

HSL color Cylindrical-coordinate representation of color #48CF99: hue angle of 156º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CF99 is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB 72 207 153 -
CMYK 0.65 0 0.26 0.19
HSL 156º 0.58% 0.55% -
HSV(B) 156º 0.65% 0.81% -
XYZ 30.74 48.3 37.84 -
YUV 160.48 123.77 64.89 -
System Red Green Blue C M Y K H S L
Decimal 72 207 153 0.65 0 0.26 0.19 156 0.58 0.55
Hex 48 CF 99 41 0 1A 13 9C 3A 37
Octal 110 317 231 101 0 32 23 234 72 67
Binary 1001000 11001111 10011001 1000001 0 11010 10011 10011100 111010 110111

Color Harmonies of #48CF99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48CF99

Black with #48CF99

Text Example


Text Example

White with #48CF99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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