Html Css Color HEX #49FE25 Harlequin

📋 copy color: '#49FE25'

red 73 ◦ green 254 ◦ blue 37

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

Shades of Harlequin #49FE25

Tints of Harlequin #49FE25

RGB

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

 GREEN value IS 254 (99.61% from 255) = 69.78%

 BLUE value IS 37 (14.84% from 255) = 10.16%

R = 20.05%
G = 69.78%
B = 10.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#49FE25 (or 0x49FE25) is known color: Harlequin. HEX triplet: 49, FE and 25. RGB value is (73,254,37). Sum of RGB (Red+Green+Blue) = 73+254+37=364 (48% of max value = 765). Red value is 73 (28.91% from 255 or 20.05% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE25 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FE25 is #B601DA. Grayscale: #AFAFAF. Windows color (decimal): -11928027 or 2489929. OLE color: 2489929.

HSL color Cylindrical-coordinate representation of color #49FE25: hue angle of 110.05º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #49FE25 is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 254 37 -
CMYK 0.71 0 0.85 0.00
HSL 110.05º 0.99% 0.57% -
HSV(B) 110.05º 0.85% 1% -
XYZ 38.52 72.43 13.7 -
YUV 175.14 50.03 55.14 -
System Red Green Blue C M Y K H S L
Decimal 73 254 37 0.71 0 0.85 0.00 110.05 0.99 0.57
Hex 49 FE 25 47 0 55 0 6E 63 39
Octal 111 376 45 107 0 125 0 156 143 71
Binary 1001001 11111110 100101 1000111 0 1010101 0 1101110 1100011 111001

Color Harmonies of #49FE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FE25

Black with #49FE25

Text Example


Text Example

White with #49FE25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,254,37); }

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

background-color css

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

 a { background-color: rgb(73,254,37); }

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

border-color css

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

 span { border-color: rgb(73,254,37); }

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