Html Css Color HEX #49BE06 Kelly Green

📋 copy color: '#49BE06'

red 73 ◦ green 190 ◦ blue 6

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

Shades of Kelly Green #49BE06

Tints of Kelly Green #49BE06

RGB

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

 GREEN value IS 190 (74.61% from 255) = 70.63%

 BLUE value IS 6 (2.73% from 255) = 2.23%

R = 27.14%
G = 70.63%
B = 2.23%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#49BE06 (or 0x49BE06) is known color: Kelly Green. HEX triplet: 49, BE and 06. RGB value is (73,190,6). Sum of RGB (Red+Green+Blue) = 73+190+6=269 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.14% from 269); Green value is 190 (74.61% from 255 or 70.63% from 269); Blue value is 6 (2.73% from 255 or 2.23% from 269); Max value from RGB is 190 - color contains mainly: green. Hex color #49BE06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BE06 is #B641F9. Grayscale: #868686. Windows color (decimal): -11944442 or 441929. OLE color: 441929.

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

Color convert

RGB 73 190 6 -
CMYK 0.62 0 0.97 0.25
HSL 98.15º 0.94% 0.38% -
HSV(B) 98.15º 0.97% 0.75% -
XYZ 21.19 38.26 6.44 -
YUV 134.04 55.74 84.46 -
System Red Green Blue C M Y K H S L
Decimal 73 190 6 0.62 0 0.97 0.25 98.15 0.94 0.38
Hex 49 BE 6 3E 0 61 19 62 5E 26
Octal 111 276 6 76 0 141 31 142 136 46
Binary 1001001 10111110 110 111110 0 1100001 11001 1100010 1011110 100110

Color Harmonies of #49BE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BE06

Black with #49BE06

Text Example


Text Example

White with #49BE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,6); }

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

background-color css

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

 a { background-color: rgb(73,190,6); }

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

border-color css

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

 span { border-color: rgb(73,190,6); }

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