Html Css Color HEX #49F007 Harlequin

📋 copy color: '#49F007'

red 73 ◦ green 240 ◦ blue 7

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

Shades of Harlequin #49F007

Tints of Harlequin #49F007

RGB

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

 GREEN value IS 240 (94.14% from 255) = 75%

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

R = 22.81%
G = 75%
B = 2.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#49F007 (or 0x49F007) is known color: Harlequin. HEX triplet: 49, F0 and 07. RGB value is (73,240,7). Sum of RGB (Red+Green+Blue) = 73+240+7=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 240 (94.14% from 255 or 75% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 240 - color contains mainly: green. Hex color #49F007 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F007 is #B60FF8. Grayscale: #A4A4A4. Windows color (decimal): -11931641 or 520265. OLE color: 520265.

HSL color Cylindrical-coordinate representation of color #49F007: hue angle of 103º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49F007 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 240 7 -
CMYK 0.70 0 0.97 0.06
HSL 103º 0.94% 0.48% -
HSV(B) 103º 0.97% 0.94% -
XYZ 33.95 63.75 10.72 -
YUV 163.51 39.67 63.45 -
System Red Green Blue C M Y K H S L
Decimal 73 240 7 0.70 0 0.97 0.06 103 0.94 0.48
Hex 49 F0 7 46 0 61 6 67 5E 30
Octal 111 360 7 106 0 141 6 147 136 60
Binary 1001001 11110000 111 1000110 0 1100001 110 1100111 1011110 110000

Color Harmonies of #49F007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F007

Black with #49F007

Text Example


Text Example

White with #49F007

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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