Html Css Color HEX #50FB25 Harlequin

📋 copy color: '#50FB25'

red 80 ◦ green 251 ◦ blue 37

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

Shades of Harlequin #50FB25

Tints of Harlequin #50FB25

RGB

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

 GREEN value IS 251 (98.44% from 255) = 68.21%

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

R = 21.74%
G = 68.21%
B = 10.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#50FB25 (or 0x50FB25) is known color: Harlequin. HEX triplet: 50, FB and 25. RGB value is (80,251,37). Sum of RGB (Red+Green+Blue) = 80+251+37=368 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.74% from 368); Green value is 251 (98.44% from 255 or 68.21% from 368); Blue value is 37 (14.84% from 255 or 10.05% from 368); Max value from RGB is 251 - color contains mainly: green. Hex color #50FB25 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50FB25 is #AF04DA. Grayscale: #B0B0B0. Windows color (decimal): -11470043 or 2489168. OLE color: 2489168.

HSL color Cylindrical-coordinate representation of color #50FB25: hue angle of 107.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50FB25 is Cyan = 0.68, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 251 37 -
CMYK 0.68 0 0.85 0.02
HSL 107.94º 0.96% 0.56% -
HSV(B) 107.94º 0.85% 0.98% -
XYZ 38.14 70.83 13.41 -
YUV 175.48 49.85 59.9 -
System Red Green Blue C M Y K H S L
Decimal 80 251 37 0.68 0 0.85 0.02 107.94 0.96 0.56
Hex 50 FB 25 44 0 55 2 6C 60 38
Octal 120 373 45 104 0 125 2 154 140 70
Binary 1010000 11111011 100101 1000100 0 1010101 10 1101100 1100000 111000

Color Harmonies of #50FB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50FB25

Black with #50FB25

Text Example


Text Example

White with #50FB25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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