Html Css Color HEX #49D026 Kelly Green

📋 copy color: '#49D026'

red 73 ◦ green 208 ◦ blue 38

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

Shades of Kelly Green #49D026

Tints of Kelly Green #49D026

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.2%

 BLUE value IS 38 (15.23% from 255) = 11.91%

R = 22.88%
G = 65.2%
B = 11.91%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#49D026 (or 0x49D026) is known color: Kelly Green. HEX triplet: 49, D0 and 26. RGB value is (73,208,38). Sum of RGB (Red+Green+Blue) = 73+208+38=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 208 (81.64% from 255 or 65.20% from 319); Blue value is 38 (15.23% from 255 or 11.91% from 319); Max value from RGB is 208 - color contains mainly: green. Hex color #49D026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49D026 is #B62FD9. Grayscale: #949494. Windows color (decimal): -11939802 or 2543689. OLE color: 2543689.

HSL color Cylindrical-coordinate representation of color #49D026: hue angle of 107.65º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #49D026 is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 73 208 38 -
CMYK 0.65 0 0.82 0.18
HSL 107.65º 0.69% 0.48% -
HSV(B) 107.65º 0.82% 0.82% -
XYZ 25.65 46.67 9.49 -
YUV 148.26 65.77 74.32 -
System Red Green Blue C M Y K H S L
Decimal 73 208 38 0.65 0 0.82 0.18 107.65 0.69 0.48
Hex 49 D0 26 41 0 52 12 6C 45 30
Octal 111 320 46 101 0 122 22 154 105 60
Binary 1001001 11010000 100110 1000001 0 1010010 10010 1101100 1000101 110000

Color Harmonies of #49D026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D026

Black with #49D026

Text Example


Text Example

White with #49D026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,208,38); }

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

background-color css

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

 a { background-color: rgb(73,208,38); }

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

border-color css

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

 span { border-color: rgb(73,208,38); }

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