Html Css Color HEX #49F005 Harlequin

📋 copy color: '#49F005'

red 73 ◦ green 240 ◦ blue 5

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

Shades of Harlequin #49F005

Tints of Harlequin #49F005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.57%

R = 22.96%
G = 75.47%
B = 1.57%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#49F005 (or 0x49F005) is known color: Harlequin. HEX triplet: 49, F0 and 05. RGB value is (73,240,5). Sum of RGB (Red+Green+Blue) = 73+240+5=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 240 (94.14% from 255 or 75.47% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 240 - color contains mainly: green. Hex color #49F005 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F005 is #B60FFA. Grayscale: #A4A4A4. Windows color (decimal): -11931643 or 389193. OLE color: 389193.

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

Color convert

RGB 73 240 5 -
CMYK 0.70 0 0.98 0.06
HSL 102.64º 0.96% 0.48% -
HSV(B) 102.64º 0.98% 0.94% -
XYZ 33.94 63.75 10.66 -
YUV 163.28 38.67 63.61 -
System Red Green Blue C M Y K H S L
Decimal 73 240 5 0.70 0 0.98 0.06 102.64 0.96 0.48
Hex 49 F0 5 46 0 62 6 67 60 30
Octal 111 360 5 106 0 142 6 147 140 60
Binary 1001001 11110000 101 1000110 0 1100010 110 1100111 1100000 110000

Color Harmonies of #49F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F005

Black with #49F005

Text Example


Text Example

White with #49F005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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