Html Css Color HEX #49F91C Harlequin

📋 copy color: '#49F91C'

red 73 ◦ green 249 ◦ blue 28

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

Shades of Harlequin #49F91C

Tints of Harlequin #49F91C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 71.14%

 BLUE value IS 28 (11.33% from 255) = 8%

R = 20.86%
G = 71.14%
B = 8%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#49F91C (or 0x49F91C) is known color: Harlequin. HEX triplet: 49, F9 and 1C. RGB value is (73,249,28). Sum of RGB (Red+Green+Blue) = 73+249+28=350 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.86% from 350); Green value is 249 (97.66% from 255 or 71.14% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 249 - color contains mainly: green. Hex color #49F91C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F91C is #B606E3. Grayscale: #ABABAB. Windows color (decimal): -11929316 or 1898825. OLE color: 1898825.

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

Color convert

RGB 73 249 28 -
CMYK 0.71 0 0.89 0.02
HSL 107.78º 0.95% 0.54% -
HSV(B) 107.78º 0.89% 0.98% -
XYZ 36.83 69.25 12.52 -
YUV 171.18 47.19 57.97 -
System Red Green Blue C M Y K H S L
Decimal 73 249 28 0.71 0 0.89 0.02 107.78 0.95 0.54
Hex 49 F9 1C 47 0 59 2 6C 5F 36
Octal 111 371 34 107 0 131 2 154 137 66
Binary 1001001 11111001 11100 1000111 0 1011001 10 1101100 1011111 110110

Color Harmonies of #49F91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F91C

Black with #49F91C

Text Example


Text Example

White with #49F91C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,249,28); }

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

background-color css

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

 a { background-color: rgb(73,249,28); }

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

border-color css

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

 span { border-color: rgb(73,249,28); }

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