Html Css Color HEX #50FC25 Harlequin

📋 copy color: '#50FC25'

red 80 ◦ green 252 ◦ blue 37

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

Shades of Harlequin #50FC25

Tints of Harlequin #50FC25

RGB

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

 GREEN value IS 252 (98.83% from 255) = 68.29%

 BLUE value IS 37 (14.84% from 255) = 10.03%

R = 21.68%
G = 68.29%
B = 10.03%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#50FC25 (or 0x50FC25) is known color: Harlequin. HEX triplet: 50, FC and 25. RGB value is (80,252,37). Sum of RGB (Red+Green+Blue) = 80+252+37=369 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.68% from 369); Green value is 252 (98.83% from 255 or 68.29% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 252 - color contains mainly: green. Hex color #50FC25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FC25 is #AF03DA. Grayscale: #B0B0B0. Windows color (decimal): -11469787 or 2489424. OLE color: 2489424.

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

Color convert

RGB 80 252 37 -
CMYK 0.68 0 0.85 0.01
HSL 108º 0.97% 0.57% -
HSV(B) 108º 0.85% 0.99% -
XYZ 38.45 71.46 13.52 -
YUV 176.06 49.52 59.48 -
System Red Green Blue C M Y K H S L
Decimal 80 252 37 0.68 0 0.85 0.01 108 0.97 0.57
Hex 50 FC 25 44 0 55 1 6C 61 39
Octal 120 374 45 104 0 125 1 154 141 71
Binary 1010000 11111100 100101 1000100 0 1010101 1 1101100 1100001 111001

Color Harmonies of #50FC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FC25

Black with #50FC25

Text Example


Text Example

White with #50FC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,252,37); }

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

background-color css

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

 a { background-color: rgb(80,252,37); }

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

border-color css

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

 span { border-color: rgb(80,252,37); }

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