Html Css Color HEX #49FD03 Harlequin

📋 copy color: '#49FD03'

red 73 ◦ green 253 ◦ blue 3

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

Shades of Harlequin #49FD03

Tints of Harlequin #49FD03

RGB

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

 GREEN value IS 253 (99.22% from 255) = 76.9%

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

R = 22.19%
G = 76.9%
B = 0.91%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#49FD03 (or 0x49FD03) is known color: Harlequin. HEX triplet: 49, FD and 03. RGB value is (73,253,3). Sum of RGB (Red+Green+Blue) = 73+253+3=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 253 (99.22% from 255 or 76.90% from 329); Blue value is 3 (1.56% from 255 or 0.91% from 329); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD03 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FD03 is #B602FC. Grayscale: #ABABAB. Windows color (decimal): -11928317 or 261449. OLE color: 261449.

HSL color Cylindrical-coordinate representation of color #49FD03: hue angle of 103.2º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #49FD03 is Cyan = 0.71, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 3 -
CMYK 0.71 0 0.99 0.01
HSL 103.2º 0.98% 0.5% -
HSV(B) 103.2º 0.99% 0.99% -
XYZ 37.89 71.67 11.92 -
YUV 170.68 33.37 58.33 -
System Red Green Blue C M Y K H S L
Decimal 73 253 3 0.71 0 0.99 0.01 103.2 0.98 0.5
Hex 49 FD 3 47 0 63 1 67 62 32
Octal 111 375 3 107 0 143 1 147 142 62
Binary 1001001 11111101 11 1000111 0 1100011 1 1100111 1100010 110010

Color Harmonies of #49FD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD03

Black with #49FD03

Text Example


Text Example

White with #49FD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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