Html Css Color HEX #50F930 Harlequin

📋 copy color: '#50F930'

red 80 ◦ green 249 ◦ blue 48

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

Shades of Harlequin #50F930

Tints of Harlequin #50F930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 21.22%
G = 66.05%
B = 12.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#50F930 (or 0x50F930) is known color: Harlequin. HEX triplet: 50, F9 and 30. RGB value is (80,249,48). Sum of RGB (Red+Green+Blue) = 80+249+48=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 249 (97.66% from 255 or 66.05% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 249 - color contains mainly: green. Hex color #50F930 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F930 is #AF06CF. Grayscale: #B0B0B0. Windows color (decimal): -11470544 or 3209552. OLE color: 3209552.

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

Color convert

RGB 80 249 48 -
CMYK 0.68 0 0.81 0.02
HSL 110.45º 0.94% 0.58% -
HSV(B) 110.45º 0.81% 0.98% -
XYZ 37.72 69.67 14.26 -
YUV 175.56 56.01 59.84 -
System Red Green Blue C M Y K H S L
Decimal 80 249 48 0.68 0 0.81 0.02 110.45 0.94 0.58
Hex 50 F9 30 44 0 51 2 6E 5E 3A
Octal 120 371 60 104 0 121 2 156 136 72
Binary 1010000 11111001 110000 1000100 0 1010001 10 1101110 1011110 111010

Color Harmonies of #50F930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F930

Black with #50F930

Text Example


Text Example

White with #50F930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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