Html Css Color HEX #49F300 Harlequin

📋 copy color: '#49F300'

red 73 ◦ green 243 ◦ blue 0

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

Shades of Harlequin #49F300

Tints of Harlequin #49F300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 76.9%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 23.1%
G = 76.9%
B = 0%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#49F300 (or 0x49F300) is known color: Harlequin. HEX triplet: 49, F3 and 00. RGB value is (73,243,0). Sum of RGB (Red+Green+Blue) = 73+243+0=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 243 (95.31% from 255 or 76.90% from 316); Blue value is 0 (0.39% from 255 or 0% from 316); Max value from RGB is 243 - color contains mainly: green. Hex color #49F300 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F300 is #B60CFF. Grayscale: #A5A5A5. Windows color (decimal): -11930880 or 62281. OLE color: 62281.

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

Color convert

RGB 73 243 0 -
CMYK 0.70 0 1 0.05
HSL 101.98º 1% 0.48% -
HSV(B) 101.98º 1% 0.95% -
XYZ 34.8 65.52 10.81 -
YUV 164.47 35.18 62.76 -
System Red Green Blue C M Y K H S L
Decimal 73 243 0 0.70 0 1 0.05 101.98 1 0.48
Hex 49 F3 0 46 0 64 5 66 64 30
Octal 111 363 0 106 0 144 5 146 144 60
Binary 1001001 11110011 0 1000110 0 1100100 101 1100110 1100100 110000

Color Harmonies of #49F300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F300

Black with #49F300

Text Example


Text Example

White with #49F300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,243,0); }

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

background-color css

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

 a { background-color: rgb(73,243,0); }

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

border-color css

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

 span { border-color: rgb(73,243,0); }

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