Html Css Color HEX #49ED06 Harlequin

📋 copy color: '#49ED06'

red 73 ◦ green 237 ◦ blue 6

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

Shades of Harlequin #49ED06

Tints of Harlequin #49ED06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 23.1%
G = 75%
B = 1.9%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#49ED06 (or 0x49ED06) is known color: Harlequin. HEX triplet: 49, ED and 06. RGB value is (73,237,6). Sum of RGB (Red+Green+Blue) = 73+237+6=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 237 (92.97% from 255 or 75% from 316); Blue value is 6 (2.73% from 255 or 1.90% from 316); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED06 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #49ED06 is #B612F9. Grayscale: #A2A2A2. Windows color (decimal): -11932410 or 453961. OLE color: 453961.

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

Color convert

RGB 73 237 6 -
CMYK 0.69 0 0.97 0.07
HSL 102.6º 0.95% 0.48% -
HSV(B) 102.6º 0.97% 0.93% -
XYZ 33.06 62 10.4 -
YUV 161.63 40.17 64.78 -
System Red Green Blue C M Y K H S L
Decimal 73 237 6 0.69 0 0.97 0.07 102.6 0.95 0.48
Hex 49 ED 6 45 0 61 7 67 5F 30
Octal 111 355 6 105 0 141 7 147 137 60
Binary 1001001 11101101 110 1000101 0 1100001 111 1100111 1011111 110000

Color Harmonies of #49ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ED06

Black with #49ED06

Text Example


Text Example

White with #49ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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