Html Css Color HEX #50E202 Harlequin

📋 copy color: '#50E202'

red 80 ◦ green 226 ◦ blue 2

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

Shades of Harlequin #50E202

Tints of Harlequin #50E202

RGB

 RED value IS 80 (31.64% from 255) = 25.97%

 GREEN value IS 226 (88.67% from 255) = 73.38%

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

R = 25.97%
G = 73.38%
B = 0.65%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.99

 K value IS 0.11

RGB Variations

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

Color information

#50E202 (or 0x50E202) is known color: Harlequin. HEX triplet: 50, E2 and 02. RGB value is (80,226,2). Sum of RGB (Red+Green+Blue) = 80+226+2=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 226 (88.67% from 255 or 73.38% from 308); Blue value is 2 (1.17% from 255 or 0.65% from 308); Max value from RGB is 226 - color contains mainly: green. Hex color #50E202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50E202 is #AF1DFD. Grayscale: #9D9D9D. Windows color (decimal): -11476478 or 189008. OLE color: 189008.

HSL color Cylindrical-coordinate representation of color #50E202: hue angle of 99.11º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50E202 is Cyan = 0.65, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 226 2 -
CMYK 0.65 0 0.99 0.11
HSL 99.11º 0.98% 0.45% -
HSV(B) 99.11º 0.99% 0.89% -
XYZ 30.52 56.1 9.28 -
YUV 156.81 40.63 73.21 -
System Red Green Blue C M Y K H S L
Decimal 80 226 2 0.65 0 0.99 0.11 99.11 0.98 0.45
Hex 50 E2 2 41 0 63 B 63 62 2D
Octal 120 342 2 101 0 143 13 143 142 55
Binary 1010000 11100010 10 1000001 0 1100011 1011 1100011 1100010 101101

Color Harmonies of #50E202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E202

Black with #50E202

Text Example


Text Example

White with #50E202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50E202; }

 p { color: rgb(80,226,2); }

 H1.HeaderClassName
 {
   color: #50E202;
 }
 .AnyTagClassName
 {
   color: #50E202;
 }
</style>

background-color css

<style>
 a { background-color: #50E202; }

 a { background-color: rgb(80,226,2); }

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

border-color css

<style>
 span { border-color: #50E202; }

 span { border-color: rgb(80,226,2); }

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