Html Css Color HEX #49FA07 Harlequin

📋 copy color: '#49FA07'

red 73 ◦ green 250 ◦ blue 7

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

Shades of Harlequin #49FA07

Tints of Harlequin #49FA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 75.76%

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

R = 22.12%
G = 75.76%
B = 2.12%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#49FA07 (or 0x49FA07) is known color: Harlequin. HEX triplet: 49, FA and 07. RGB value is (73,250,7). Sum of RGB (Red+Green+Blue) = 73+250+7=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 250 (98.05% from 255 or 75.76% from 330); Blue value is 7 (3.12% from 255 or 2.12% from 330); Max value from RGB is 250 - color contains mainly: green. Hex color #49FA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49FA07 is #B605F8. Grayscale: #AAAAAA. Windows color (decimal): -11929081 or 522825. OLE color: 522825.

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

Color convert

RGB 73 250 7 -
CMYK 0.71 0 0.97 0.02
HSL 103.7º 0.96% 0.5% -
HSV(B) 103.7º 0.97% 0.98% -
XYZ 36.97 69.8 11.73 -
YUV 169.38 36.36 59.26 -
System Red Green Blue C M Y K H S L
Decimal 73 250 7 0.71 0 0.97 0.02 103.7 0.96 0.5
Hex 49 FA 7 47 0 61 2 68 60 32
Octal 111 372 7 107 0 141 2 150 140 62
Binary 1001001 11111010 111 1000111 0 1100001 10 1101000 1100000 110010

Color Harmonies of #49FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FA07

Black with #49FA07

Text Example


Text Example

White with #49FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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