Html Css Color HEX #49EE05 Harlequin

📋 copy color: '#49EE05'

red 73 ◦ green 238 ◦ blue 5

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

Shades of Harlequin #49EE05

Tints of Harlequin #49EE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 75.32%

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

R = 23.1%
G = 75.32%
B = 1.58%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#49EE05 (or 0x49EE05) is known color: Harlequin. HEX triplet: 49, EE and 05. RGB value is (73,238,5). Sum of RGB (Red+Green+Blue) = 73+238+5=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 238 (93.36% from 255 or 75.32% from 316); Blue value is 5 (2.34% from 255 or 1.58% from 316); Max value from RGB is 238 - color contains mainly: green. Hex color #49EE05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49EE05 is #B611FA. Grayscale: #A2A2A2. Windows color (decimal): -11932155 or 388681. OLE color: 388681.

HSL color Cylindrical-coordinate representation of color #49EE05: hue angle of 102.49º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49EE05 is Cyan = 0.69, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 238 5 -
CMYK 0.69 0 0.98 0.07
HSL 102.49º 0.96% 0.48% -
HSV(B) 102.49º 0.98% 0.93% -
XYZ 33.35 62.58 10.46 -
YUV 162.1 39.34 64.45 -
System Red Green Blue C M Y K H S L
Decimal 73 238 5 0.69 0 0.98 0.07 102.49 0.96 0.48
Hex 49 EE 5 45 0 62 7 66 60 30
Octal 111 356 5 105 0 142 7 146 140 60
Binary 1001001 11101110 101 1000101 0 1100010 111 1100110 1100000 110000

Color Harmonies of #49EE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49EE05

Black with #49EE05

Text Example


Text Example

White with #49EE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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