Html Css Color HEX #49F11F Harlequin

📋 copy color: '#49F11F'

red 73 ◦ green 241 ◦ blue 31

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

Shades of Harlequin #49F11F

Tints of Harlequin #49F11F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 69.86%

 BLUE value IS 31 (12.5% from 255) = 8.99%

R = 21.16%
G = 69.86%
B = 8.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#49F11F (or 0x49F11F) is known color: Harlequin. HEX triplet: 49, F1 and 1F. RGB value is (73,241,31). Sum of RGB (Red+Green+Blue) = 73+241+31=345 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.16% from 345); Green value is 241 (94.53% from 255 or 69.86% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 241 - color contains mainly: green. Hex color #49F11F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F11F is #B60EE0. Grayscale: #A7A7A7. Windows color (decimal): -11931361 or 2093385. OLE color: 2093385.

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

Color convert

RGB 73 241 31 -
CMYK 0.70 0 0.87 0.05
HSL 108º 0.88% 0.53% -
HSV(B) 108º 0.87% 0.95% -
XYZ 34.45 64.43 11.92 -
YUV 166.83 51.34 61.08 -
System Red Green Blue C M Y K H S L
Decimal 73 241 31 0.70 0 0.87 0.05 108 0.88 0.53
Hex 49 F1 1F 46 0 57 5 6C 58 35
Octal 111 361 37 106 0 127 5 154 130 65
Binary 1001001 11110001 11111 1000110 0 1010111 101 1101100 1011000 110101

Color Harmonies of #49F11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F11F

Black with #49F11F

Text Example


Text Example

White with #49F11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,241,31); }

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

background-color css

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

 a { background-color: rgb(73,241,31); }

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

border-color css

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

 span { border-color: rgb(73,241,31); }

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