Html Css Color HEX #49B601 Kelly Green

📋 copy color: '#49B601'

red 73 ◦ green 182 ◦ blue 1

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

Shades of Kelly Green #49B601

Tints of Kelly Green #49B601

RGB

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

 GREEN value IS 182 (71.48% from 255) = 71.09%

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

R = 28.52%
G = 71.09%
B = 0.39%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#49B601 (or 0x49B601) is known color: Kelly Green. HEX triplet: 49, B6 and 01. RGB value is (73,182,1). Sum of RGB (Red+Green+Blue) = 73+182+1=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 182 (71.48% from 255 or 71.09% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 182 - color contains mainly: green. Hex color #49B601 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B601 is #B649FE. Grayscale: #818181. Windows color (decimal): -11946495 or 112201. OLE color: 112201.

HSL color Cylindrical-coordinate representation of color #49B601: hue angle of 96.13º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49B601 is Cyan = 0.60, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 182 1 -
CMYK 0.60 0 0.99 0.29
HSL 96.13º 0.99% 0.36% -
HSV(B) 96.13º 0.99% 0.71% -
XYZ 19.48 34.87 5.73 -
YUV 128.78 55.89 88.22 -
System Red Green Blue C M Y K H S L
Decimal 73 182 1 0.60 0 0.99 0.29 96.13 0.99 0.36
Hex 49 B6 1 3C 0 63 1D 60 63 24
Octal 111 266 1 74 0 143 35 140 143 44
Binary 1001001 10110110 1 111100 0 1100011 11101 1100000 1100011 100100

Color Harmonies of #49B601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B601

Black with #49B601

Text Example


Text Example

White with #49B601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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