Html Css Color HEX #49F125 Harlequin

📋 copy color: '#49F125'

red 73 ◦ green 241 ◦ blue 37

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

Shades of Harlequin #49F125

Tints of Harlequin #49F125

RGB

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

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

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

R = 20.8%
G = 68.66%
B = 10.54%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#49F125 (or 0x49F125) is known color: Harlequin. HEX triplet: 49, F1 and 25. RGB value is (73,241,37). Sum of RGB (Red+Green+Blue) = 73+241+37=351 (46% of max value = 765). Red value is 73 (28.91% from 255 or 20.80% from 351); Green value is 241 (94.53% from 255 or 68.66% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 241 - color contains mainly: green. Hex color #49F125 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49F125 is #B60EDA. Grayscale: #A8A8A8. Windows color (decimal): -11931355 or 2486601. OLE color: 2486601.

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

Color convert

RGB 73 241 37 -
CMYK 0.70 0 0.85 0.05
HSL 109.41º 0.88% 0.55% -
HSV(B) 109.41º 0.85% 0.95% -
XYZ 34.54 64.46 12.37 -
YUV 167.51 54.34 60.59 -
System Red Green Blue C M Y K H S L
Decimal 73 241 37 0.70 0 0.85 0.05 109.41 0.88 0.55
Hex 49 F1 25 46 0 55 5 6D 58 37
Octal 111 361 45 106 0 125 5 155 130 67
Binary 1001001 11110001 100101 1000110 0 1010101 101 1101101 1011000 110111

Color Harmonies of #49F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49F125

Black with #49F125

Text Example


Text Example

White with #49F125

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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