Html Css Color HEX #49DC06 Kelly Green

📋 copy color: '#49DC06'

red 73 ◦ green 220 ◦ blue 6

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

Shades of Kelly Green #49DC06

Tints of Kelly Green #49DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.58%

 BLUE value IS 6 (2.73% from 255) = 2.01%

R = 24.41%
G = 73.58%
B = 2.01%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#49DC06 (or 0x49DC06) is known color: Kelly Green. HEX triplet: 49, DC and 06. RGB value is (73,220,6). Sum of RGB (Red+Green+Blue) = 73+220+6=299 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.41% from 299); Green value is 220 (86.33% from 255 or 73.58% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 220 - color contains mainly: green. Hex color #49DC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49DC06 is #B623F9. Grayscale: #989898. Windows color (decimal): -11936762 or 449609. OLE color: 449609.

HSL color Cylindrical-coordinate representation of color #49DC06: hue angle of 101.21º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49DC06 is Cyan = 0.67, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 220 6 -
CMYK 0.67 0 0.97 0.14
HSL 101.22º 0.95% 0.44% -
HSV(B) 101.22º 0.97% 0.86% -
XYZ 28.37 52.62 8.83 -
YUV 151.65 45.8 71.9 -
System Red Green Blue C M Y K H S L
Decimal 73 220 6 0.67 0 0.97 0.14 101.22 0.95 0.44
Hex 49 DC 6 43 0 61 E 65 5F 2C
Octal 111 334 6 103 0 141 16 145 137 54
Binary 1001001 11011100 110 1000011 0 1100001 1110 1100101 1011111 101100

Color Harmonies of #49DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49DC06

Black with #49DC06

Text Example


Text Example

White with #49DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,220,6); }

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

background-color css

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

 a { background-color: rgb(73,220,6); }

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

border-color css

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

 span { border-color: rgb(73,220,6); }

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