Html Css Color HEX #49F92A Harlequin

📋 copy color: '#49F92A'

red 73 ◦ green 249 ◦ blue 42

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

Shades of Harlequin #49F92A

Tints of Harlequin #49F92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.54%

R = 20.05%
G = 68.41%
B = 11.54%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#49F92A (or 0x49F92A) is known color: Harlequin. HEX triplet: 49, F9 and 2A. RGB value is (73,249,42). Sum of RGB (Red+Green+Blue) = 73+249+42=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 249 (97.66% from 255 or 68.41% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 249 - color contains mainly: green. Hex color #49F92A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F92A is #B606D5. Grayscale: #ADADAD. Windows color (decimal): -11929302 or 2816329. OLE color: 2816329.

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

Color convert

RGB 73 249 42 -
CMYK 0.71 0 0.83 0.02
HSL 111.01º 0.95% 0.57% -
HSV(B) 111.01º 0.83% 0.98% -
XYZ 37.04 69.34 13.62 -
YUV 172.78 54.19 56.83 -
System Red Green Blue C M Y K H S L
Decimal 73 249 42 0.71 0 0.83 0.02 111.01 0.95 0.57
Hex 49 F9 2A 47 0 53 2 6F 5F 39
Octal 111 371 52 107 0 123 2 157 137 71
Binary 1001001 11111001 101010 1000111 0 1010011 10 1101111 1011111 111001

Color Harmonies of #49F92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F92A

Black with #49F92A

Text Example


Text Example

White with #49F92A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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