Html Css Color HEX #49D918 Kelly Green

📋 copy color: '#49D918'

red 73 ◦ green 217 ◦ blue 24

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

Shades of Kelly Green #49D918

Tints of Kelly Green #49D918

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.11%

 BLUE value IS 24 (9.77% from 255) = 7.64%

R = 23.25%
G = 69.11%
B = 7.64%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#49D918 (or 0x49D918) is known color: Kelly Green. HEX triplet: 49, D9 and 18. RGB value is (73,217,24). Sum of RGB (Red+Green+Blue) = 73+217+24=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 217 (85.16% from 255 or 69.11% from 314); Blue value is 24 (9.77% from 255 or 7.64% from 314); Max value from RGB is 217 - color contains mainly: green. Hex color #49D918 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D918 is #B626E7. Grayscale: #989898. Windows color (decimal): -11937512 or 1628489. OLE color: 1628489.

HSL color Cylindrical-coordinate representation of color #49D918: hue angle of 104.77º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49D918 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 217 24 -
CMYK 0.66 0 0.89 0.15
HSL 104.77º 0.8% 0.47% -
HSV(B) 104.77º 0.89% 0.85% -
XYZ 27.73 51.11 9.27 -
YUV 151.94 55.79 71.69 -
System Red Green Blue C M Y K H S L
Decimal 73 217 24 0.66 0 0.89 0.15 104.77 0.8 0.47
Hex 49 D9 18 42 0 59 F 69 50 2F
Octal 111 331 30 102 0 131 17 151 120 57
Binary 1001001 11011001 11000 1000010 0 1011001 1111 1101001 1010000 101111

Color Harmonies of #49D918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D918

Black with #49D918

Text Example


Text Example

White with #49D918

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,217,24); }

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

background-color css

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

 a { background-color: rgb(73,217,24); }

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

border-color css

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

 span { border-color: rgb(73,217,24); }

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