Html Css Color HEX #49C010 Kelly Green

📋 copy color: '#49C010'

red 73 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #49C010

Tints of Kelly Green #49C010

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.33%

 BLUE value IS 16 (6.64% from 255) = 5.69%

R = 25.98%
G = 68.33%
B = 5.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#49C010 (or 0x49C010) is known color: Kelly Green. HEX triplet: 49, C0 and 10. RGB value is (73,192,16). Sum of RGB (Red+Green+Blue) = 73+192+16=281 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.98% from 281); Green value is 192 (75.39% from 255 or 68.33% from 281); Blue value is 16 (6.64% from 255 or 5.69% from 281); Max value from RGB is 192 - color contains mainly: green. Hex color #49C010 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C010 is #B63FEF. Grayscale: #888888. Windows color (decimal): -11943920 or 1097801. OLE color: 1097801.

HSL color Cylindrical-coordinate representation of color #49C010: hue angle of 100.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #49C010 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 192 16 -
CMYK 0.62 0 0.92 0.25
HSL 100.57º 0.85% 0.41% -
HSV(B) 100.57º 0.92% 0.75% -
XYZ 21.69 39.15 6.9 -
YUV 136.36 60.08 82.81 -
System Red Green Blue C M Y K H S L
Decimal 73 192 16 0.62 0 0.92 0.25 100.57 0.85 0.41
Hex 49 C0 10 3E 0 5C 19 65 55 29
Octal 111 300 20 76 0 134 31 145 125 51
Binary 1001001 11000000 10000 111110 0 1011100 11001 1100101 1010101 101001

Color Harmonies of #49C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C010

Black with #49C010

Text Example


Text Example

White with #49C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,192,16); }

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

background-color css

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

 a { background-color: rgb(73,192,16); }

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

border-color css

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

 span { border-color: rgb(73,192,16); }

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