Html Css Color HEX #49CB2B Kelly Green

📋 copy color: '#49CB2B'

red 73 ◦ green 203 ◦ blue 43

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

Shades of Kelly Green #49CB2B

Tints of Kelly Green #49CB2B

RGB

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

 GREEN value IS 203 (79.69% from 255) = 63.64%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 22.88%
G = 63.64%
B = 13.48%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#49CB2B (or 0x49CB2B) is known color: Kelly Green. HEX triplet: 49, CB and 2B. RGB value is (73,203,43). Sum of RGB (Red+Green+Blue) = 73+203+43=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 203 (79.69% from 255 or 63.64% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB2B is #B634D4. Grayscale: #929292. Windows color (decimal): -11941077 or 2870089. OLE color: 2870089.

HSL color Cylindrical-coordinate representation of color #49CB2B: hue angle of 108.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49CB2B is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.

Color convert

RGB 73 203 43 -
CMYK 0.64 0 0.79 0.20
HSL 108.75º 0.65% 0.48% -
HSV(B) 108.75º 0.79% 0.8% -
XYZ 24.54 44.3 9.54 -
YUV 145.89 69.93 76.01 -
System Red Green Blue C M Y K H S L
Decimal 73 203 43 0.64 0 0.79 0.20 108.75 0.65 0.48
Hex 49 CB 2B 40 0 4F 14 6D 41 30
Octal 111 313 53 100 0 117 24 155 101 60
Binary 1001001 11001011 101011 1000000 0 1001111 10100 1101101 1000001 110000

Color Harmonies of #49CB2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB2B

Black with #49CB2B

Text Example


Text Example

White with #49CB2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,203,43); }

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

background-color css

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

 a { background-color: rgb(73,203,43); }

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

border-color css

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

 span { border-color: rgb(73,203,43); }

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