Html Css Color HEX #49CF94 Shamrock

📋 copy color: '#49CF94'

red 73 ◦ green 207 ◦ blue 148

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

Shades of Shamrock #49CF94

Tints of Shamrock #49CF94

RGB

 RED value IS 73 (28.91% from 255) = 17.06%

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

 BLUE value IS 148 (58.2% from 255) = 34.58%

R = 17.06%
G = 48.36%
B = 34.58%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.19

RGB Variations

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

Color information

#49CF94 (or 0x49CF94) is known color: Shamrock. HEX triplet: 49, CF and 94. RGB value is (73,207,148). Sum of RGB (Red+Green+Blue) = 73+207+148=428 (56% of max value = 765). Red value is 73 (28.91% from 255 or 17.06% from 428); Green value is 207 (81.25% from 255 or 48.36% from 428); Blue value is 148 (58.20% from 255 or 34.58% from 428); Max value from RGB is 207 - color contains mainly: green. Hex color #49CF94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49CF94 is #B6306B. Grayscale: #A0A0A0. Windows color (decimal): -11939948 or 9752393. OLE color: 9752393.

HSL color Cylindrical-coordinate representation of color #49CF94: hue angle of 153.58º 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 #49CF94 is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.19.

Color convert

RGB 73 207 148 -
CMYK 0.65 0 0.29 0.19
HSL 153.58º 0.58% 0.55% -
HSV(B) 153.58º 0.65% 0.81% -
XYZ 30.41 48.18 35.71 -
YUV 160.21 121.11 65.8 -
System Red Green Blue C M Y K H S L
Decimal 73 207 148 0.65 0 0.29 0.19 153.58 0.58 0.55
Hex 49 CF 94 41 0 1D 13 9A 3A 37
Octal 111 317 224 101 0 35 23 232 72 67
Binary 1001001 11001111 10010100 1000001 0 11101 10011 10011010 111010 110111

Color Harmonies of #49CF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CF94

Black with #49CF94

Text Example


Text Example

White with #49CF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49CF94; }

 p { color: rgb(73,207,148); }

 H1.HeaderClassName
 {
   color: #49CF94;
 }
 .AnyTagClassName
 {
   color: #49CF94;
 }
</style>

background-color css

<style>
 a { background-color: #49CF94; }

 a { background-color: rgb(73,207,148); }

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

border-color css

<style>
 span { border-color: #49CF94; }

 span { border-color: rgb(73,207,148); }

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