Html Css Color HEX #49CB28 Kelly Green

📋 copy color: '#49CB28'

red 73 ◦ green 203 ◦ blue 40

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

Shades of Kelly Green #49CB28

Tints of Kelly Green #49CB28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.66%

R = 23.1%
G = 64.24%
B = 12.66%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#49CB28 (or 0x49CB28) is known color: Kelly Green. HEX triplet: 49, CB and 28. RGB value is (73,203,40). Sum of RGB (Red+Green+Blue) = 73+203+40=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 203 (79.69% from 255 or 64.24% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 203 - color contains mainly: green. Hex color #49CB28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49CB28 is #B634D7. Grayscale: #929292. Windows color (decimal): -11941080 or 2673481. OLE color: 2673481.

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

Color convert

RGB 73 203 40 -
CMYK 0.64 0 0.80 0.20
HSL 107.85º 0.67% 0.48% -
HSV(B) 107.85º 0.8% 0.8% -
XYZ 24.49 44.28 9.26 -
YUV 145.55 68.43 76.25 -
System Red Green Blue C M Y K H S L
Decimal 73 203 40 0.64 0 0.80 0.20 107.85 0.67 0.48
Hex 49 CB 28 40 0 50 14 6C 43 30
Octal 111 313 50 100 0 120 24 154 103 60
Binary 1001001 11001011 101000 1000000 0 1010000 10100 1101100 1000011 110000

Color Harmonies of #49CB28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CB28

Black with #49CB28

Text Example


Text Example

White with #49CB28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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