Html Css Color HEX #49BF01 Kelly Green

📋 copy color: '#49BF01'

red 73 ◦ green 191 ◦ blue 1

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

Shades of Kelly Green #49BF01

Tints of Kelly Green #49BF01

RGB

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

 GREEN value IS 191 (75% from 255) = 72.08%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 27.55%
G = 72.08%
B = 0.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#49BF01 (or 0x49BF01) is known color: Kelly Green. HEX triplet: 49, BF and 01. RGB value is (73,191,1). Sum of RGB (Red+Green+Blue) = 73+191+1=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #49BF01 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BF01 is #B640FE. Grayscale: #868686. Windows color (decimal): -11944191 or 114505. OLE color: 114505.

HSL color Cylindrical-coordinate representation of color #49BF01: hue angle of 97.26º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49BF01 is Cyan = 0.62, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 73 191 1 -
CMYK 0.62 0 0.99 0.25
HSL 97.26º 0.99% 0.38% -
HSV(B) 97.26º 0.99% 0.75% -
XYZ 21.38 38.68 6.37 -
YUV 134.06 52.91 84.45 -
System Red Green Blue C M Y K H S L
Decimal 73 191 1 0.62 0 0.99 0.25 97.26 0.99 0.38
Hex 49 BF 1 3E 0 63 19 61 63 26
Octal 111 277 1 76 0 143 31 141 143 46
Binary 1001001 10111111 1 111110 0 1100011 11001 1100001 1100011 100110

Color Harmonies of #49BF01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BF01

Black with #49BF01

Text Example


Text Example

White with #49BF01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,1); }

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

background-color css

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

 a { background-color: rgb(73,191,1); }

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

border-color css

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

 span { border-color: rgb(73,191,1); }

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