Html Css Color HEX #50F92B Harlequin

📋 copy color: '#50F92B'

red 80 ◦ green 249 ◦ blue 43

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

Shades of Harlequin #50F92B

Tints of Harlequin #50F92B

RGB

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

 GREEN value IS 249 (97.66% from 255) = 66.94%

 BLUE value IS 43 (17.19% from 255) = 11.56%

R = 21.51%
G = 66.94%
B = 11.56%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.02

RGB Variations

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

Color information

#50F92B (or 0x50F92B) is known color: Harlequin. HEX triplet: 50, F9 and 2B. RGB value is (80,249,43). Sum of RGB (Red+Green+Blue) = 80+249+43=372 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.51% from 372); Green value is 249 (97.66% from 255 or 66.94% from 372); Blue value is 43 (17.19% from 255 or 11.56% from 372); Max value from RGB is 249 - color contains mainly: green. Hex color #50F92B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F92B is #AF06D4. Grayscale: #AFAFAF. Windows color (decimal): -11470549 or 2881872. OLE color: 2881872.

HSL color Cylindrical-coordinate representation of color #50F92B: hue angle of 109.22º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50F92B is Cyan = 0.68, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 249 43 -
CMYK 0.68 0 0.83 0.02
HSL 109.22º 0.94% 0.57% -
HSV(B) 109.22º 0.83% 0.98% -
XYZ 37.62 69.63 13.74 -
YUV 174.99 53.51 60.25 -
System Red Green Blue C M Y K H S L
Decimal 80 249 43 0.68 0 0.83 0.02 109.22 0.94 0.57
Hex 50 F9 2B 44 0 53 2 6D 5E 39
Octal 120 371 53 104 0 123 2 155 136 71
Binary 1010000 11111001 101011 1000100 0 1010011 10 1101101 1011110 111001

Color Harmonies of #50F92B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F92B

Black with #50F92B

Text Example


Text Example

White with #50F92B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,249,43); }

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

background-color css

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

 a { background-color: rgb(80,249,43); }

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

border-color css

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

 span { border-color: rgb(80,249,43); }

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