Html Css Color HEX #49F227 Harlequin

📋 copy color: '#49F227'

red 73 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #49F227

Tints of Harlequin #49F227

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.36%

 BLUE value IS 39 (15.63% from 255) = 11.02%

R = 20.62%
G = 68.36%
B = 11.02%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#49F227 (or 0x49F227) is known color: Harlequin. HEX triplet: 49, F2 and 27. RGB value is (73,242,39). Sum of RGB (Red+Green+Blue) = 73+242+39=354 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.62% from 354); Green value is 242 (94.92% from 255 or 68.36% from 354); Blue value is 39 (15.62% from 255 or 11.02% from 354); Max value from RGB is 242 - color contains mainly: green. Hex color #49F227 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F227 is #B60DD8. Grayscale: #A8A8A8. Windows color (decimal): -11931097 or 2617929. OLE color: 2617929.

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

Color convert

RGB 73 242 39 -
CMYK 0.70 0 0.84 0.05
HSL 109.95º 0.89% 0.55% -
HSV(B) 109.95º 0.84% 0.95% -
XYZ 34.87 65.07 12.64 -
YUV 168.33 55.01 60.01 -
System Red Green Blue C M Y K H S L
Decimal 73 242 39 0.70 0 0.84 0.05 109.95 0.89 0.55
Hex 49 F2 27 46 0 54 5 6E 59 37
Octal 111 362 47 106 0 124 5 156 131 67
Binary 1001001 11110010 100111 1000110 0 1010100 101 1101110 1011001 110111

Color Harmonies of #49F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F227

Black with #49F227

Text Example


Text Example

White with #49F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,242,39); }

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

background-color css

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

 a { background-color: rgb(73,242,39); }

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

border-color css

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

 span { border-color: rgb(73,242,39); }

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