Html Css Color HEX #49F302 Harlequin

📋 copy color: '#49F302'

red 73 ◦ green 243 ◦ blue 2

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

Shades of Harlequin #49F302

Tints of Harlequin #49F302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.63%

R = 22.96%
G = 76.42%
B = 0.63%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#49F302 (or 0x49F302) is known color: Harlequin. HEX triplet: 49, F3 and 02. RGB value is (73,243,2). Sum of RGB (Red+Green+Blue) = 73+243+2=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 243 (95.31% from 255 or 76.42% from 318); Blue value is 2 (1.17% from 255 or 0.63% from 318); Max value from RGB is 243 - color contains mainly: green. Hex color #49F302 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49F302 is #B60CFD. Grayscale: #A5A5A5. Windows color (decimal): -11930878 or 193353. OLE color: 193353.

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

Color convert

RGB 73 243 2 -
CMYK 0.70 0 0.99 0.05
HSL 102.32º 0.98% 0.48% -
HSV(B) 102.32º 0.99% 0.95% -
XYZ 34.81 65.52 10.87 -
YUV 164.7 36.18 62.6 -
System Red Green Blue C M Y K H S L
Decimal 73 243 2 0.70 0 0.99 0.05 102.32 0.98 0.48
Hex 49 F3 2 46 0 63 5 66 62 30
Octal 111 363 2 106 0 143 5 146 142 60
Binary 1001001 11110011 10 1000110 0 1100011 101 1100110 1100010 110000

Color Harmonies of #49F302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F302

Black with #49F302

Text Example


Text Example

White with #49F302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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