Html Css Color HEX #50F01C Harlequin

📋 copy color: '#50F01C'

red 80 ◦ green 240 ◦ blue 28

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

Shades of Harlequin #50F01C

Tints of Harlequin #50F01C

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.97%

 BLUE value IS 28 (11.33% from 255) = 8.05%

R = 22.99%
G = 68.97%
B = 8.05%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#50F01C (or 0x50F01C) is known color: Harlequin. HEX triplet: 50, F0 and 1C. RGB value is (80,240,28). Sum of RGB (Red+Green+Blue) = 80+240+28=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 240 (94.14% from 255 or 68.97% from 348); Blue value is 28 (11.33% from 255 or 8.05% from 348); Max value from RGB is 240 - color contains mainly: green. Hex color #50F01C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F01C is #AF0FE3. Grayscale: #A8A8A8. Windows color (decimal): -11472868 or 1896528. OLE color: 1896528.

HSL color Cylindrical-coordinate representation of color #50F01C: hue angle of 105.28º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50F01C is Cyan = 0.67, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 240 28 -
CMYK 0.67 0 0.88 0.06
HSL 105.28º 0.88% 0.53% -
HSV(B) 105.28º 0.88% 0.94% -
XYZ 34.68 64.11 11.65 -
YUV 167.99 48.99 65.24 -
System Red Green Blue C M Y K H S L
Decimal 80 240 28 0.67 0 0.88 0.06 105.28 0.88 0.53
Hex 50 F0 1C 43 0 58 6 69 58 35
Octal 120 360 34 103 0 130 6 151 130 65
Binary 1010000 11110000 11100 1000011 0 1011000 110 1101001 1011000 110101

Color Harmonies of #50F01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F01C

Black with #50F01C

Text Example


Text Example

White with #50F01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,240,28); }

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

background-color css

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

 a { background-color: rgb(80,240,28); }

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

border-color css

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

 span { border-color: rgb(80,240,28); }

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