Html Css Color HEX #49FD33 Harlequin

📋 copy color: '#49FD33'

red 73 ◦ green 253 ◦ blue 51

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

Shades of Harlequin #49FD33

Tints of Harlequin #49FD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.53%

R = 19.36%
G = 67.11%
B = 13.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#49FD33 (or 0x49FD33) is known color: Harlequin. HEX triplet: 49, FD and 33. RGB value is (73,253,51). Sum of RGB (Red+Green+Blue) = 73+253+51=377 (49% of max value = 765). Red value is 73 (28.91% from 255 or 19.36% from 377); Green value is 253 (99.22% from 255 or 67.11% from 377); Blue value is 51 (20.31% from 255 or 13.53% from 377); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FD33 is #B602CC. Grayscale: #B0B0B0. Windows color (decimal): -11928269 or 3407177. OLE color: 3407177.

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

Color convert

RGB 73 253 51 -
CMYK 0.71 0 0.80 0.01
HSL 113.47º 0.98% 0.6% -
HSV(B) 113.47º 0.8% 0.99% -
XYZ 38.47 71.91 14.98 -
YUV 176.15 57.37 54.43 -
System Red Green Blue C M Y K H S L
Decimal 73 253 51 0.71 0 0.80 0.01 113.47 0.98 0.6
Hex 49 FD 33 47 0 50 1 71 62 3C
Octal 111 375 63 107 0 120 1 161 142 74
Binary 1001001 11111101 110011 1000111 0 1010000 1 1110001 1100010 111100

Color Harmonies of #49FD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD33

Black with #49FD33

Text Example


Text Example

White with #49FD33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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