Html Css Color HEX #50FD25 Harlequin

📋 copy color: '#50FD25'

red 80 ◦ green 253 ◦ blue 37

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

Shades of Harlequin #50FD25

Tints of Harlequin #50FD25

RGB

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

 GREEN value IS 253 (99.22% from 255) = 68.38%

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

R = 21.62%
G = 68.38%
B = 10%

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

#50FD25 (or 0x50FD25) is known color: Harlequin. HEX triplet: 50, FD and 25. RGB value is (80,253,37). Sum of RGB (Red+Green+Blue) = 80+253+37=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 253 (99.22% from 255 or 68.38% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 253 - color contains mainly: green. Hex color #50FD25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FD25 is #AF02DA. Grayscale: #B1B1B1. Windows color (decimal): -11469531 or 2489680. OLE color: 2489680.

HSL color Cylindrical-coordinate representation of color #50FD25: hue angle of 108.06º degrees, saturation: 0.98, 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 #50FD25 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 253 37 -
CMYK 0.68 0 0.85 0.01
HSL 108.06º 0.98% 0.57% -
HSV(B) 108.06º 0.85% 0.99% -
XYZ 38.77 72.09 13.62 -
YUV 176.65 49.19 59.06 -
System Red Green Blue C M Y K H S L
Decimal 80 253 37 0.68 0 0.85 0.01 108.06 0.98 0.57
Hex 50 FD 25 44 0 55 1 6C 62 39
Octal 120 375 45 104 0 125 1 154 142 71
Binary 1010000 11111101 100101 1000100 0 1010101 1 1101100 1100010 111001

Color Harmonies of #50FD25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FD25

Black with #50FD25

Text Example


Text Example

White with #50FD25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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