Html Css Color HEX #49C700 Kelly Green

📋 copy color: '#49C700'

red 73 ◦ green 199 ◦ blue 0

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

Shades of Kelly Green #49C700

Tints of Kelly Green #49C700

RGB

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

 GREEN value IS 199 (78.13% from 255) = 73.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 26.84%
G = 73.16%
B = 0%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#49C700 (or 0x49C700) is known color: Kelly Green. HEX triplet: 49, C7 and 00. RGB value is (73,199,0). Sum of RGB (Red+Green+Blue) = 73+199+0=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 199 (78.12% from 255 or 73.16% from 272); Blue value is 0 (0.39% from 255 or 0% from 272); Max value from RGB is 199 - color contains mainly: green. Hex color #49C700 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C700 is #B638FF. Grayscale: #8B8B8B. Windows color (decimal): -11942144 or 51017. OLE color: 51017.

HSL color Cylindrical-coordinate representation of color #49C700: hue angle of 97.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #49C700 is Cyan = 0.63, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 199 0 -
CMYK 0.63 0 1 0.22
HSL 97.99º 1% 0.39% -
HSV(B) 97.99º 1% 0.78% -
XYZ 23.17 42.26 6.94 -
YUV 138.64 49.76 81.18 -
System Red Green Blue C M Y K H S L
Decimal 73 199 0 0.63 0 1 0.22 97.99 1 0.39
Hex 49 C7 0 3F 0 64 16 62 64 27
Octal 111 307 0 77 0 144 26 142 144 47
Binary 1001001 11000111 0 111111 0 1100100 10110 1100010 1100100 100111

Color Harmonies of #49C700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C700

Black with #49C700

Text Example


Text Example

White with #49C700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,199,0); }

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

background-color css

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

 a { background-color: rgb(73,199,0); }

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

border-color css

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

 span { border-color: rgb(73,199,0); }

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