Html Css Color HEX #49D80F Kelly Green

📋 copy color: '#49D80F'

red 73 ◦ green 216 ◦ blue 15

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

Shades of Kelly Green #49D80F

Tints of Kelly Green #49D80F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 71.05%

 BLUE value IS 15 (6.25% from 255) = 4.93%

R = 24.01%
G = 71.05%
B = 4.93%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#49D80F (or 0x49D80F) is known color: Kelly Green. HEX triplet: 49, D8 and 0F. RGB value is (73,216,15). Sum of RGB (Red+Green+Blue) = 73+216+15=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 216 (84.77% from 255 or 71.05% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 216 - color contains mainly: green. Hex color #49D80F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D80F is #B627F0. Grayscale: #969696. Windows color (decimal): -11937777 or 1038409. OLE color: 1038409.

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

Color convert

RGB 73 216 15 -
CMYK 0.66 0 0.93 0.15
HSL 102.69º 0.87% 0.45% -
HSV(B) 102.69º 0.93% 0.85% -
XYZ 27.39 50.56 8.77 -
YUV 150.33 51.62 72.84 -
System Red Green Blue C M Y K H S L
Decimal 73 216 15 0.66 0 0.93 0.15 102.69 0.87 0.45
Hex 49 D8 F 42 0 5D F 67 57 2D
Octal 111 330 17 102 0 135 17 147 127 55
Binary 1001001 11011000 1111 1000010 0 1011101 1111 1100111 1010111 101101

Color Harmonies of #49D80F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D80F

Black with #49D80F

Text Example


Text Example

White with #49D80F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,216,15); }

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

background-color css

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

 a { background-color: rgb(73,216,15); }

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

border-color css

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

 span { border-color: rgb(73,216,15); }

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