Html Css Color HEX #49D701 Kelly Green

📋 copy color: '#49D701'

red 73 ◦ green 215 ◦ blue 1

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

Shades of Kelly Green #49D701

Tints of Kelly Green #49D701

RGB

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

 GREEN value IS 215 (84.38% from 255) = 74.39%

 BLUE value IS 1 (0.78% from 255) = 0.35%

R = 25.26%
G = 74.39%
B = 0.35%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#49D701 (or 0x49D701) is known color: Kelly Green. HEX triplet: 49, D7 and 01. RGB value is (73,215,1). Sum of RGB (Red+Green+Blue) = 73+215+1=289 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.26% from 289); Green value is 215 (84.38% from 255 or 74.39% from 289); Blue value is 1 (0.78% from 255 or 0.35% from 289); Max value from RGB is 215 - color contains mainly: green. Hex color #49D701 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D701 is #B628FE. Grayscale: #949494. Windows color (decimal): -11938047 or 120649. OLE color: 120649.

HSL color Cylindrical-coordinate representation of color #49D701: hue angle of 99.81º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49D701 is Cyan = 0.66, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 215 1 -
CMYK 0.66 0 1.00 0.16
HSL 99.81º 0.99% 0.42% -
HSV(B) 99.81º 1% 0.84% -
XYZ 27.05 50.02 8.26 -
YUV 148.15 44.96 74.4 -
System Red Green Blue C M Y K H S L
Decimal 73 215 1 0.66 0 1.00 0.16 99.81 0.99 0.42
Hex 49 D7 1 42 0 64 10 64 63 2A
Octal 111 327 1 102 0 144 20 144 143 52
Binary 1001001 11010111 1 1000010 0 1100100 10000 1100100 1100011 101010

Color Harmonies of #49D701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D701

Black with #49D701

Text Example


Text Example

White with #49D701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,215,1); }

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

background-color css

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

 a { background-color: rgb(73,215,1); }

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

border-color css

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

 span { border-color: rgb(73,215,1); }

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