Html Css Color HEX #49FD1D Harlequin

📋 copy color: '#49FD1D'

red 73 ◦ green 253 ◦ blue 29

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

Shades of Harlequin #49FD1D

Tints of Harlequin #49FD1D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 71.27%

 BLUE value IS 29 (11.72% from 255) = 8.17%

R = 20.56%
G = 71.27%
B = 8.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#49FD1D (or 0x49FD1D) is known color: Harlequin. HEX triplet: 49, FD and 1D. RGB value is (73,253,29). Sum of RGB (Red+Green+Blue) = 73+253+29=355 (47% of max value = 765). Red value is 73 (28.91% from 255 or 20.56% from 355); Green value is 253 (99.22% from 255 or 71.27% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 253 - color contains mainly: green. Hex color #49FD1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49FD1D is #B602E2. Grayscale: #AEAEAE. Windows color (decimal): -11928291 or 1965385. OLE color: 1965385.

HSL color Cylindrical-coordinate representation of color #49FD1D: hue angle of 108.21º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #49FD1D is Cyan = 0.71, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 73 253 29 -
CMYK 0.71 0 0.89 0.01
HSL 108.21º 0.98% 0.55% -
HSV(B) 108.21º 0.89% 0.99% -
XYZ 38.09 71.76 13 -
YUV 173.64 46.37 56.21 -
System Red Green Blue C M Y K H S L
Decimal 73 253 29 0.71 0 0.89 0.01 108.21 0.98 0.55
Hex 49 FD 1D 47 0 59 1 6C 62 37
Octal 111 375 35 107 0 131 1 154 142 67
Binary 1001001 11111101 11101 1000111 0 1011001 1 1101100 1100010 110111

Color Harmonies of #49FD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49FD1D

Black with #49FD1D

Text Example


Text Example

White with #49FD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,253,29); }

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

background-color css

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

 a { background-color: rgb(73,253,29); }

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

border-color css

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

 span { border-color: rgb(73,253,29); }

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