Html Css Color HEX #49D608 Kelly Green

📋 copy color: '#49D608'

red 73 ◦ green 214 ◦ blue 8

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

Shades of Kelly Green #49D608

Tints of Kelly Green #49D608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 72.54%

 BLUE value IS 8 (3.52% from 255) = 2.71%

R = 24.75%
G = 72.54%
B = 2.71%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#49D608 (or 0x49D608) is known color: Kelly Green. HEX triplet: 49, D6 and 08. RGB value is (73,214,8). Sum of RGB (Red+Green+Blue) = 73+214+8=295 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.75% from 295); Green value is 214 (83.98% from 255 or 72.54% from 295); Blue value is 8 (3.52% from 255 or 2.71% from 295); Max value from RGB is 214 - color contains mainly: green. Hex color #49D608 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49D608 is #B629F7. Grayscale: #959595. Windows color (decimal): -11938296 or 579145. OLE color: 579145.

HSL color Cylindrical-coordinate representation of color #49D608: hue angle of 101.07º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49D608 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 73 214 8 -
CMYK 0.66 0 0.96 0.16
HSL 101.07º 0.93% 0.44% -
HSV(B) 101.07º 0.96% 0.84% -
XYZ 26.84 49.53 8.37 -
YUV 148.36 48.79 74.25 -
System Red Green Blue C M Y K H S L
Decimal 73 214 8 0.66 0 0.96 0.16 101.07 0.93 0.44
Hex 49 D6 8 42 0 60 10 65 5D 2C
Octal 111 326 10 102 0 140 20 145 135 54
Binary 1001001 11010110 1000 1000010 0 1100000 10000 1100101 1011101 101100

Color Harmonies of #49D608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49D608

Black with #49D608

Text Example


Text Example

White with #49D608

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,214,8); }

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

background-color css

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

 a { background-color: rgb(73,214,8); }

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

border-color css

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

 span { border-color: rgb(73,214,8); }

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