Html Css Color HEX #50F005 Harlequin

📋 copy color: '#50F005'

red 80 ◦ green 240 ◦ blue 5

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

Shades of Harlequin #50F005

Tints of Harlequin #50F005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.54%

R = 24.62%
G = 73.85%
B = 1.54%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#50F005 (or 0x50F005) is known color: Harlequin. HEX triplet: 50, F0 and 05. RGB value is (80,240,5). Sum of RGB (Red+Green+Blue) = 80+240+5=325 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.62% from 325); Green value is 240 (94.14% from 255 or 73.85% from 325); Blue value is 5 (2.34% from 255 or 1.54% from 325); Max value from RGB is 240 - color contains mainly: green. Hex color #50F005 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #50F005 is #AF0FFA. Grayscale: #A6A6A6. Windows color (decimal): -11472891 or 389200. OLE color: 389200.

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

Color convert

RGB 80 240 5 -
CMYK 0.67 0 0.98 0.06
HSL 100.85º 0.96% 0.48% -
HSV(B) 100.85º 0.98% 0.94% -
XYZ 34.5 64.04 10.69 -
YUV 165.37 37.49 67.11 -
System Red Green Blue C M Y K H S L
Decimal 80 240 5 0.67 0 0.98 0.06 100.85 0.96 0.48
Hex 50 F0 5 43 0 62 6 65 60 30
Octal 120 360 5 103 0 142 6 145 140 60
Binary 1010000 11110000 101 1000011 0 1100010 110 1100101 1100000 110000

Color Harmonies of #50F005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F005

Black with #50F005

Text Example


Text Example

White with #50F005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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