Html Css Color HEX #49F127 Harlequin

📋 copy color: '#49F127'

red 73 ◦ green 241 ◦ blue 39

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

Shades of Harlequin #49F127

Tints of Harlequin #49F127

RGB

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

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

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

R = 20.68%
G = 68.27%
B = 11.05%

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

#49F127 (or 0x49F127) is known color: Harlequin. HEX triplet: 49, F1 and 27. RGB value is (73,241,39). Sum of RGB (Red+Green+Blue) = 73+241+39=353 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.68% from 353); Green value is 241 (94.53% from 255 or 68.27% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 241 - color contains mainly: green. Hex color #49F127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F127 is #B60ED8. Grayscale: #A8A8A8. Windows color (decimal): -11931353 or 2617673. OLE color: 2617673.

HSL color Cylindrical-coordinate representation of color #49F127: hue angle of 109.9º degrees, saturation: 0.88, 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 #49F127 is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB 73 241 39 -
CMYK 0.70 0 0.84 0.05
HSL 109.9º 0.88% 0.55% -
HSV(B) 109.9º 0.84% 0.95% -
XYZ 34.57 64.47 12.54 -
YUV 167.74 55.34 60.43 -
System Red Green Blue C M Y K H S L
Decimal 73 241 39 0.70 0 0.84 0.05 109.9 0.88 0.55
Hex 49 F1 27 46 0 54 5 6E 58 37
Octal 111 361 47 106 0 124 5 156 130 67
Binary 1001001 11110001 100111 1000110 0 1010100 101 1101110 1011000 110111

Color Harmonies of #49F127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F127

Black with #49F127

Text Example


Text Example

White with #49F127

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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