Html Css Color HEX #49E405 Harlequin

📋 copy color: '#49E405'

red 73 ◦ green 228 ◦ blue 5

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

Shades of Harlequin #49E405

Tints of Harlequin #49E405

RGB

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

 GREEN value IS 228 (89.45% from 255) = 74.51%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 23.86%
G = 74.51%
B = 1.63%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#49E405 (or 0x49E405) is known color: Harlequin. HEX triplet: 49, E4 and 05. RGB value is (73,228,5). Sum of RGB (Red+Green+Blue) = 73+228+5=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 228 (89.45% from 255 or 74.51% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 228 - color contains mainly: green. Hex color #49E405 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49E405 is #B61BFA. Grayscale: #9C9C9C. Windows color (decimal): -11934715 or 386121. OLE color: 386121.

HSL color Cylindrical-coordinate representation of color #49E405: hue angle of 101.7º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49E405 is Cyan = 0.68, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 73 228 5 -
CMYK 0.68 0 0.98 0.11
HSL 101.7º 0.96% 0.46% -
HSV(B) 101.7º 0.98% 0.89% -
XYZ 30.52 56.91 9.52 -
YUV 156.23 42.65 68.63 -
System Red Green Blue C M Y K H S L
Decimal 73 228 5 0.68 0 0.98 0.11 101.7 0.96 0.46
Hex 49 E4 5 44 0 62 B 66 60 2E
Octal 111 344 5 104 0 142 13 146 140 56
Binary 1001001 11100100 101 1000100 0 1100010 1011 1100110 1100000 101110

Color Harmonies of #49E405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49E405

Black with #49E405

Text Example


Text Example

White with #49E405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,228,5); }

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

background-color css

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

 a { background-color: rgb(73,228,5); }

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

border-color css

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

 span { border-color: rgb(73,228,5); }

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