Html Css Color HEX #49AF03 Kelly Green

📋 copy color: '#49AF03'

red 73 ◦ green 175 ◦ blue 3

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

Shades of Kelly Green #49AF03

Tints of Kelly Green #49AF03

RGB

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

 GREEN value IS 175 (68.75% from 255) = 69.72%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 29.08%
G = 69.72%
B = 1.2%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#49AF03 (or 0x49AF03) is known color: Kelly Green. HEX triplet: 49, AF and 03. RGB value is (73,175,3). Sum of RGB (Red+Green+Blue) = 73+175+3=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 175 (68.75% from 255 or 69.72% from 251); Blue value is 3 (1.56% from 255 or 1.20% from 251); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF03 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49AF03 is #B650FC. Grayscale: #7D7D7D. Windows color (decimal): -11948285 or 241481. OLE color: 241481.

HSL color Cylindrical-coordinate representation of color #49AF03: hue angle of 95.58º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49AF03 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 175 3 -
CMYK 0.58 0 0.98 0.31
HSL 95.58º 0.97% 0.35% -
HSV(B) 95.58º 0.98% 0.69% -
XYZ 18.09 32.08 5.33 -
YUV 124.89 59.21 90.99 -
System Red Green Blue C M Y K H S L
Decimal 73 175 3 0.58 0 0.98 0.31 95.58 0.97 0.35
Hex 49 AF 3 3A 0 62 1F 60 61 23
Octal 111 257 3 72 0 142 37 140 141 43
Binary 1001001 10101111 11 111010 0 1100010 11111 1100000 1100001 100011

Color Harmonies of #49AF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AF03

Black with #49AF03

Text Example


Text Example

White with #49AF03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,175,3); }

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

background-color css

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

 a { background-color: rgb(73,175,3); }

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

border-color css

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

 span { border-color: rgb(73,175,3); }

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