Html Css Color HEX #49FE21 Harlequin

📋 copy color: '#49FE21'

red 73 ◦ green 254 ◦ blue 33

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

Shades of Harlequin #49FE21

Tints of Harlequin #49FE21

RGB

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

 GREEN value IS 254 (99.61% from 255) = 70.56%

 BLUE value IS 33 (13.28% from 255) = 9.17%

R = 20.28%
G = 70.56%
B = 9.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#49FE21 (or 0x49FE21) is known color: Harlequin. HEX triplet: 49, FE and 21. RGB value is (73,254,33). Sum of RGB (Red+Green+Blue) = 73+254+33=360 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.28% from 360); Green value is 254 (99.61% from 255 or 70.56% from 360); Blue value is 33 (13.28% from 255 or 9.17% from 360); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE21 is #B601DE. Grayscale: #AFAFAF. Windows color (decimal): -11928031 or 2227785. OLE color: 2227785.

HSL color Cylindrical-coordinate representation of color #49FE21: hue angle of 109.14º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #49FE21 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 33 -
CMYK 0.71 0 0.87 0.00
HSL 109.14º 0.99% 0.56% -
HSV(B) 109.14º 0.87% 1% -
XYZ 38.46 72.41 13.39 -
YUV 174.69 48.03 55.47 -
System Red Green Blue C M Y K H S L
Decimal 73 254 33 0.71 0 0.87 0.00 109.14 0.99 0.56
Hex 49 FE 21 47 0 57 0 6D 63 38
Octal 111 376 41 107 0 127 0 155 143 70
Binary 1001001 11111110 100001 1000111 0 1010111 0 1101101 1100011 111000

Color Harmonies of #49FE21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE21

Black with #49FE21

Text Example


Text Example

White with #49FE21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,254,33); }

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

background-color css

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

 a { background-color: rgb(73,254,33); }

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

border-color css

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

 span { border-color: rgb(73,254,33); }

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