Html Css Color HEX #49B205 Kelly Green

📋 copy color: '#49B205'

red 73 ◦ green 178 ◦ blue 5

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

Shades of Kelly Green #49B205

Tints of Kelly Green #49B205

RGB

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

 GREEN value IS 178 (69.92% from 255) = 69.53%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 28.52%
G = 69.53%
B = 1.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#49B205 (or 0x49B205) is known color: Kelly Green. HEX triplet: 49, B2 and 05. RGB value is (73,178,5). Sum of RGB (Red+Green+Blue) = 73+178+5=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #49B205 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B205 is #B64DFA. Grayscale: #7F7F7F. Windows color (decimal): -11947515 or 373321. OLE color: 373321.

HSL color Cylindrical-coordinate representation of color #49B205: hue angle of 96.42º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49B205 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 178 5 -
CMYK 0.59 0 0.97 0.30
HSL 96.42º 0.95% 0.36% -
HSV(B) 96.42º 0.97% 0.7% -
XYZ 18.7 33.27 5.58 -
YUV 126.88 59.21 89.57 -
System Red Green Blue C M Y K H S L
Decimal 73 178 5 0.59 0 0.97 0.30 96.42 0.95 0.36
Hex 49 B2 5 3B 0 61 1E 60 5F 24
Octal 111 262 5 73 0 141 36 140 137 44
Binary 1001001 10110010 101 111011 0 1100001 11110 1100000 1011111 100100

Color Harmonies of #49B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B205

Black with #49B205

Text Example


Text Example

White with #49B205

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,178,5); }

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

background-color css

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

 a { background-color: rgb(73,178,5); }

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

border-color css

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

 span { border-color: rgb(73,178,5); }

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