Html Css Color HEX #50F829 Harlequin

📋 copy color: '#50F829'

red 80 ◦ green 248 ◦ blue 41

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

Shades of Harlequin #50F829

Tints of Harlequin #50F829

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.21%

 BLUE value IS 41 (16.41% from 255) = 11.11%

R = 21.68%
G = 67.21%
B = 11.11%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#50F829 (or 0x50F829) is known color: Harlequin. HEX triplet: 50, F8 and 29. RGB value is (80,248,41). Sum of RGB (Red+Green+Blue) = 80+248+41=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #50F829 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F829 is #AF07D6. Grayscale: #AEAEAE. Windows color (decimal): -11470807 or 2750544. OLE color: 2750544.

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

Color convert

RGB 80 248 41 -
CMYK 0.68 0 0.83 0.03
HSL 108.7º 0.94% 0.57% -
HSV(B) 108.7º 0.83% 0.97% -
XYZ 37.28 69 13.45 -
YUV 174.17 52.84 60.83 -
System Red Green Blue C M Y K H S L
Decimal 80 248 41 0.68 0 0.83 0.03 108.7 0.94 0.57
Hex 50 F8 29 44 0 53 3 6D 5E 39
Octal 120 370 51 104 0 123 3 155 136 71
Binary 1010000 11111000 101001 1000100 0 1010011 11 1101101 1011110 111001

Color Harmonies of #50F829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F829

Black with #50F829

Text Example


Text Example

White with #50F829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,248,41); }

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

background-color css

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

 a { background-color: rgb(80,248,41); }

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

border-color css

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

 span { border-color: rgb(80,248,41); }

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