Html Css Color HEX #49EB1D Harlequin

📋 copy color: '#49EB1D'

red 73 ◦ green 235 ◦ blue 29

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

Shades of Harlequin #49EB1D

Tints of Harlequin #49EB1D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 69.73%

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

R = 21.66%
G = 69.73%
B = 8.61%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#49EB1D (or 0x49EB1D) is known color: Harlequin. HEX triplet: 49, EB and 1D. RGB value is (73,235,29). Sum of RGB (Red+Green+Blue) = 73+235+29=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 235 (92.19% from 255 or 69.73% from 337); Blue value is 29 (11.72% from 255 or 8.61% from 337); Max value from RGB is 235 - color contains mainly: green. Hex color #49EB1D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #49EB1D is #B614E2. Grayscale: #A3A3A3. Windows color (decimal): -11932899 or 1960777. OLE color: 1960777.

HSL color Cylindrical-coordinate representation of color #49EB1D: hue angle of 107.18º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #49EB1D is Cyan = 0.69, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 235 29 -
CMYK 0.69 0 0.88 0.08
HSL 107.18º 0.84% 0.52% -
HSV(B) 107.18º 0.88% 0.92% -
XYZ 32.68 60.92 11.2 -
YUV 163.08 52.33 63.75 -
System Red Green Blue C M Y K H S L
Decimal 73 235 29 0.69 0 0.88 0.08 107.18 0.84 0.52
Hex 49 EB 1D 45 0 58 8 6B 54 34
Octal 111 353 35 105 0 130 10 153 124 64
Binary 1001001 11101011 11101 1000101 0 1011000 1000 1101011 1010100 110100

Color Harmonies of #49EB1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EB1D

Black with #49EB1D

Text Example


Text Example

White with #49EB1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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