Html Css Color HEX #50F730 Harlequin

📋 copy color: '#50F730'

red 80 ◦ green 247 ◦ blue 48

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

Shades of Harlequin #50F730

Tints of Harlequin #50F730

RGB

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

 GREEN value IS 247 (96.88% from 255) = 65.87%

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

R = 21.33%
G = 65.87%
B = 12.8%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#50F730 (or 0x50F730) is known color: Harlequin. HEX triplet: 50, F7 and 30. RGB value is (80,247,48). Sum of RGB (Red+Green+Blue) = 80+247+48=375 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.33% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 48 (19.14% from 255 or 12.8% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #50F730 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F730 is #AF08CF. Grayscale: #AFAFAF. Windows color (decimal): -11471056 or 3209040. OLE color: 3209040.

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

Color convert

RGB 80 247 48 -
CMYK 0.68 0 0.81 0.03
HSL 110.35º 0.93% 0.58% -
HSV(B) 110.35º 0.81% 0.97% -
XYZ 37.1 68.44 14.05 -
YUV 174.38 56.67 60.68 -
System Red Green Blue C M Y K H S L
Decimal 80 247 48 0.68 0 0.81 0.03 110.35 0.93 0.58
Hex 50 F7 30 44 0 51 3 6E 5D 3A
Octal 120 367 60 104 0 121 3 156 135 72
Binary 1010000 11110111 110000 1000100 0 1010001 11 1101110 1011101 111010

Color Harmonies of #50F730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F730

Black with #50F730

Text Example


Text Example

White with #50F730

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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