Html Css Color HEX #49C308 Kelly Green

📋 copy color: '#49C308'

red 73 ◦ green 195 ◦ blue 8

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

Shades of Kelly Green #49C308

Tints of Kelly Green #49C308

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.65%

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

R = 26.45%
G = 70.65%
B = 2.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#49C308 (or 0x49C308) is known color: Kelly Green. HEX triplet: 49, C3 and 08. RGB value is (73,195,8). Sum of RGB (Red+Green+Blue) = 73+195+8=276 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.45% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 8 (3.52% from 255 or 2.90% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #49C308 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49C308 is #B63CF7. Grayscale: #898989. Windows color (decimal): -11943160 or 574281. OLE color: 574281.

HSL color Cylindrical-coordinate representation of color #49C308: hue angle of 99.14º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #49C308 is Cyan = 0.63, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 73 195 8 -
CMYK 0.63 0 0.96 0.24
HSL 99.14º 0.92% 0.4% -
HSV(B) 99.14º 0.96% 0.76% -
XYZ 22.31 40.46 6.86 -
YUV 137.2 55.08 82.21 -
System Red Green Blue C M Y K H S L
Decimal 73 195 8 0.63 0 0.96 0.24 99.14 0.92 0.4
Hex 49 C3 8 3F 0 60 18 63 5C 28
Octal 111 303 10 77 0 140 30 143 134 50
Binary 1001001 11000011 1000 111111 0 1100000 11000 1100011 1011100 101000

Color Harmonies of #49C308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C308

Black with #49C308

Text Example


Text Example

White with #49C308

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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