Html Css Color HEX #49C41B Kelly Green

📋 copy color: '#49C41B'

red 73 ◦ green 196 ◦ blue 27

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

Shades of Kelly Green #49C41B

Tints of Kelly Green #49C41B

RGB

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

 GREEN value IS 196 (76.95% from 255) = 66.22%

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 24.66%
G = 66.22%
B = 9.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#49C41B (or 0x49C41B) is known color: Kelly Green. HEX triplet: 49, C4 and 1B. RGB value is (73,196,27). Sum of RGB (Red+Green+Blue) = 73+196+27=296 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.66% from 296); Green value is 196 (76.95% from 255 or 66.22% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 196 - color contains mainly: green. Hex color #49C41B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49C41B is #B63BE4. Grayscale: #8C8C8C. Windows color (decimal): -11942885 or 1819721. OLE color: 1819721.

HSL color Cylindrical-coordinate representation of color #49C41B: hue angle of 103.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #49C41B is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 73 196 27 -
CMYK 0.63 0 0.86 0.23
HSL 103.67º 0.76% 0.44% -
HSV(B) 103.67º 0.86% 0.77% -
XYZ 22.69 40.98 7.75 -
YUV 139.96 64.25 80.24 -
System Red Green Blue C M Y K H S L
Decimal 73 196 27 0.63 0 0.86 0.23 103.67 0.76 0.44
Hex 49 C4 1B 3F 0 56 17 68 4C 2C
Octal 111 304 33 77 0 126 27 150 114 54
Binary 1001001 11000100 11011 111111 0 1010110 10111 1101000 1001100 101100

Color Harmonies of #49C41B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C41B

Black with #49C41B

Text Example


Text Example

White with #49C41B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,196,27); }

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

background-color css

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

 a { background-color: rgb(73,196,27); }

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

border-color css

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

 span { border-color: rgb(73,196,27); }

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