Html Css Color HEX #49FE07 Harlequin

📋 copy color: '#49FE07'

red 73 ◦ green 254 ◦ blue 7

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

Shades of Harlequin #49FE07

Tints of Harlequin #49FE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 21.86%
G = 76.05%
B = 2.1%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#49FE07 (or 0x49FE07) is known color: Harlequin. HEX triplet: 49, FE and 07. RGB value is (73,254,7). Sum of RGB (Red+Green+Blue) = 73+254+7=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 254 (99.61% from 255 or 76.05% from 334); Blue value is 7 (3.12% from 255 or 2.10% from 334); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FE07 is #B601F8. Grayscale: #ACACAC. Windows color (decimal): -11928057 or 523849. OLE color: 523849.

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

Color convert

RGB 73 254 7 -
CMYK 0.71 0 0.97 0.00
HSL 103.97º 0.99% 0.51% -
HSV(B) 103.97º 0.97% 1% -
XYZ 38.23 72.32 12.14 -
YUV 171.72 35.03 57.58 -
System Red Green Blue C M Y K H S L
Decimal 73 254 7 0.71 0 0.97 0.00 103.97 0.99 0.51
Hex 49 FE 7 47 0 61 0 68 63 33
Octal 111 376 7 107 0 141 0 150 143 63
Binary 1001001 11111110 111 1000111 0 1100001 0 1101000 1100011 110011

Color Harmonies of #49FE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE07

Black with #49FE07

Text Example


Text Example

White with #49FE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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