Html Css Color HEX #49ED98 Shamrock

📋 copy color: '#49ED98'

red 73 ◦ green 237 ◦ blue 152

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

Shades of Shamrock #49ED98

Tints of Shamrock #49ED98

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.3%

 BLUE value IS 152 (59.77% from 255) = 32.9%

R = 15.8%
G = 51.3%
B = 32.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#49ED98 (or 0x49ED98) is known color: Shamrock. HEX triplet: 49, ED and 98. RGB value is (73,237,152). Sum of RGB (Red+Green+Blue) = 73+237+152=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 152 (59.77% from 255 or 32.90% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED98 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED98 is #B61267. Grayscale: #B2B2B2. Windows color (decimal): -11932264 or 10022217. OLE color: 10022217.

HSL color Cylindrical-coordinate representation of color #49ED98: hue angle of 148.9º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED98 is Cyan = 0.69, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 237 152 -
CMYK 0.69 0 0.36 0.07
HSL 148.9º 0.82% 0.61% -
HSV(B) 148.9º 0.69% 0.93% -
XYZ 38.7 64.25 40.07 -
YUV 178.27 113.17 52.91 -
System Red Green Blue C M Y K H S L
Decimal 73 237 152 0.69 0 0.36 0.07 148.9 0.82 0.61
Hex 49 ED 98 45 0 24 7 95 52 3D
Octal 111 355 230 105 0 44 7 225 122 75
Binary 1001001 11101101 10011000 1000101 0 100100 111 10010101 1010010 111101

Color Harmonies of #49ED98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED98

Black with #49ED98

Text Example


Text Example

White with #49ED98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,152); }

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

background-color css

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

 a { background-color: rgb(73,237,152); }

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

border-color css

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

 span { border-color: rgb(73,237,152); }

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