Html Css Color HEX #49ED02 Harlequin

📋 copy color: '#49ED02'

red 73 ◦ green 237 ◦ blue 2

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

Shades of Harlequin #49ED02

Tints of Harlequin #49ED02

RGB

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

 GREEN value IS 237 (92.97% from 255) = 75.96%

 BLUE value IS 2 (1.17% from 255) = 0.64%

R = 23.4%
G = 75.96%
B = 0.64%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#49ED02 (or 0x49ED02) is known color: Harlequin. HEX triplet: 49, ED and 02. RGB value is (73,237,2). Sum of RGB (Red+Green+Blue) = 73+237+2=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 237 (92.97% from 255 or 75.96% from 312); Blue value is 2 (1.17% from 255 or 0.64% from 312); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED02 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49ED02 is #B612FD. Grayscale: #A1A1A1. Windows color (decimal): -11932414 or 191817. OLE color: 191817.

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

Color convert

RGB 73 237 2 -
CMYK 0.69 0 0.99 0.07
HSL 101.87º 0.98% 0.47% -
HSV(B) 101.87º 0.99% 0.93% -
XYZ 33.04 61.99 10.28 -
YUV 161.17 38.17 65.11 -
System Red Green Blue C M Y K H S L
Decimal 73 237 2 0.69 0 0.99 0.07 101.87 0.98 0.47
Hex 49 ED 2 45 0 63 7 66 62 2F
Octal 111 355 2 105 0 143 7 146 142 57
Binary 1001001 11101101 10 1000101 0 1100011 111 1100110 1100010 101111

Color Harmonies of #49ED02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED02

Black with #49ED02

Text Example


Text Example

White with #49ED02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,237,2); }

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

background-color css

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

 a { background-color: rgb(73,237,2); }

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

border-color css

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

 span { border-color: rgb(73,237,2); }

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